CreateApplicationVersionRequest
Types
Properties
Link copied to clipboard
The name of the application. If no application is found with this name, and AutoCreateApplication
is false
, returns an InvalidParameterValue
error.
Link copied to clipboard
Set to true
to create an application with the specified name if it doesn't already exist.
Link copied to clipboard
Settings for an AWS CodeBuild build.
Link copied to clipboard
A description of this application version.
Link copied to clipboard
Link copied to clipboard
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
Link copied to clipboard
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
Link copied to clipboard
A label identifying this version.
Functions
Link copied to clipboard
inline fun copy(block: CreateApplicationVersionRequest.Builder.() -> Unit = {}): CreateApplicationVersionRequest