Builder

class Builder

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

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.

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
var tags: List<Tag>?

Specifies the tags applied to the application version.

Link copied to clipboard

A label identifying this version.