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.
Information about the deployment status of the instances in the deployment.
Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z
public class DeploymentOverview
The DeploymentOverview type exposes the following members
| Name | Description | |
|---|---|---|
|
DeploymentOverview() |
| Name | Type | Description | |
|---|---|---|---|
|
Failed | System.Int64 |
Gets and sets the property Failed. The number of instances in the deployment in a failed state. |
|
InProgress | System.Int64 |
Gets and sets the property InProgress. The number of instances in which the deployment is in progress. |
|
Pending | System.Int64 |
Gets and sets the property Pending. The number of instances in the deployment in a pending state. |
|
Ready | System.Int64 |
Gets and sets the property Ready. The number of instances in a replacement environment ready to receive traffic in a blue/green deployment. |
|
Skipped | System.Int64 |
Gets and sets the property Skipped. The number of instances in the deployment in a skipped state. |
|
Succeeded | System.Int64 |
Gets and sets the property Succeeded. The number of instances in the deployment to which revisions have been successfully deployed. |
.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