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.

Information about the deployment status of the instances in the deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentOverview

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

Syntax

C#
public class DeploymentOverview

The DeploymentOverview type exposes the following members

Constructors

NameDescription
Public Method DeploymentOverview()

Properties

NameTypeDescription
Public Property Failed System.Int64

Gets and sets the property Failed.

The number of instances in the deployment in a failed state.

Public Property InProgress System.Int64

Gets and sets the property InProgress.

The number of instances in which the deployment is in progress.

Public Property Pending System.Int64

Gets and sets the property Pending.

The number of instances in the deployment in a pending state.

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

Public Property Skipped System.Int64

Gets and sets the property Skipped.

The number of instances in the deployment in a skipped state.

Public Property Succeeded System.Int64

Gets and sets the property Succeeded.

The number of instances in the deployment to which revisions have been successfully deployed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5