AWS SDK for .NET Documentation
DeploymentStatus Property
AmazonAmazon.ElasticBeanstalk.ModelUpdateConfigurationTemplateResultDeploymentStatus Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property DeploymentStatus.

If this configuration set is associated with an environment, the

CopyC#
DeploymentStatus
parameter indicates the deployment status of this configuration set:

Value

CopyC#
null
: This configuration is not associated with a running environment.

Value

CopyC#
pending
: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

Value

CopyC#
deployed
: This is the configuration that is currently deployed to the associated running environment.

Value

CopyC#
failed
: This is a draft configuration, that failed to successfully deploy.

Declaration Syntax
C#
public string DeploymentStatus { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)