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 AWS 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

If the version's source code was retrieved from AWS 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