Create Application Version
GET {{aws_elastic_beanstalk_base_url}}/?ApplicationName&AutoCreateApplication&BuildConfiguration&Description&Process&SourceBuildInformation&SourceBundle&Tags.member.N&VersionLabel&Action=CreateApplicationVersion
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ApplicationName | null | The name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error. | |
AutoCreateApplication | null | Set to true to create an application with the specified name if it doesn't already exist. | |
BuildConfiguration | null | Settings for an AWS CodeBuild build. | |
Description | null | A description of this application version. | |
Process | null | Pre-processes and validates the environment manifest (env.yaml) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment. | |
SourceBuildInformation | null | Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version. | |
SourceBundle | null | The Amazon S3 bucket and key that identify the location of the source bundle for this version. | |
Tags.member.N | null | Specifies the tags applied to the application version. | |
VersionLabel | null | A label identifying this version. | |
Action | string |