ApplicationVersionDescription

Describes the properties of an application version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the application to which the application version belongs.

Link copied to clipboard

The Amazon Resource Name (ARN) of the application version.

Link copied to clipboard

Reference to the artifact from the CodeBuild build.

Link copied to clipboard

The creation date of the application version.

Link copied to clipboard

The last modified date of the application version.

Link copied to clipboard

The description of the application version.

Link copied to clipboard

The settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version. Not present for an application version created from an image you provide.

Link copied to clipboard

The location of the container image for the application version.

Link copied to clipboard

Indicates whether Elastic Beanstalk pre-processed and validated the environment manifest (env.yaml) and configuration files (*.config files in the .ebextensions folder) in the source bundle of the application version.

Link copied to clipboard

If the version's source code was retrieved from CodeCommit, the location of the source code for the application version.

Link copied to clipboard

The storage location of the application version's source bundle in Amazon S3.

Link copied to clipboard

The processing status of the application version. Reflects the state of the application version during its creation. Many of the values are only applicable if you specified True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

Link copied to clipboard

A unique identifier for the application version.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String