AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes the properties of an application version.
Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z
public class ApplicationVersionDescription
The ApplicationVersionDescription type exposes the following members
Name | Description | |
---|---|---|
ApplicationVersionDescription() |
Empty constructor used to set properties independently even when a simple constructor is available |
Name | Type | Description | |
---|---|---|---|
ApplicationName | System.String |
Gets and sets the property ApplicationName. The name of the application to which the application version belongs. |
|
ApplicationVersionArn | System.String |
Gets and sets the property ApplicationVersionArn. The Amazon Resource Name (ARN) of the application version. |
|
BuildArn | System.String |
Gets and sets the property BuildArn. Reference to the artifact from the AWS CodeBuild build. |
|
DateCreated | System.DateTime |
Gets and sets the property DateCreated. The creation date of the application version. |
|
DateUpdated | System.DateTime |
Gets and sets the property DateUpdated. The last modified date of the application version. |
|
Description | System.String |
Gets and sets the property Description. The description of the application version. |
|
SourceBuildInformation | Amazon.ElasticBeanstalk.Model.SourceBuildInformation |
Gets and sets the property SourceBuildInformation. If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version. |
|
SourceBundle | Amazon.ElasticBeanstalk.Model.S3Location |
Gets and sets the property SourceBundle. The storage location of the application version's source bundle in Amazon S3. |
|
Status | Amazon.ElasticBeanstalk.ApplicationVersionStatus |
Gets and sets the property Status.
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
|
|
VersionLabel | System.String |
Gets and sets the property VersionLabel. A unique identifier for the application version. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5