AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ApplicationVersionDescription

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class ApplicationVersionDescription

The ApplicationVersionDescription type exposes the following members

Constructors

NameDescription
Public Method ApplicationVersionDescription()

Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ApplicationName System.String

Gets and sets the property ApplicationName.

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

Public Property ApplicationVersionArn System.String

Gets and sets the property ApplicationVersionArn.

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

Public Property BuildArn System.String

Gets and sets the property BuildArn.

Reference to the artifact from the AWS CodeBuild build.

Public Property DateCreated System.DateTime

Gets and sets the property DateCreated.

The creation date of the application version.

Public Property DateUpdated System.DateTime

Gets and sets the property DateUpdated.

The last modified date of the application version.

Public Property Description System.String

Gets and sets the property Description.

The description of the application version.

Public Property 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.

Public Property SourceBundle Amazon.ElasticBeanstalk.Model.S3Location

Gets and sets the property SourceBundle.

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

Public Property 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 True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

  • Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.

  • Processing – Elastic Beanstalk is currently processing the application version.

  • Building – Application version is currently undergoing an AWS CodeBuild build.

  • Processed – Elastic Beanstalk was successfully pre-processed and validated.

  • Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.

Public Property VersionLabel System.String

Gets and sets the property VersionLabel.

A unique identifier for the application version.

Version Information

.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