AWS SDK Version 2 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.

.NET Framework 4.5
 
The details of an Amazon ECS service deployment.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.Deployment

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Deployment : Object

The Deployment type exposes the following members

Constructors

NameDescription
Public Method Deployment()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime Gets and sets the property CreatedAt.

The Unix time in seconds and milliseconds when the service was created.

Public Property DesiredCount System.Int32 Gets and sets the property DesiredCount.

The most recent desired count of tasks that was specified for the service to deploy or maintain.

Public Property Id System.String Gets and sets the property Id.

The ID of the deployment.

Public Property PendingCount System.Int32 Gets and sets the property PendingCount.

The number of tasks in the deployment that are in the PENDING status.

Public Property RunningCount System.Int32 Gets and sets the property RunningCount.

The number of tasks in the deployment that are in the RUNNING status.

Public Property Status System.String Gets and sets the property Status.

The status of the deployment. Valid values are PRIMARY (for the most recent deployment), ACTIVE (for previous deployments that still have tasks running, but are being replaced with the PRIMARY deployment), and INACTIVE (for deployments that have been completely replaced).

Public Property TaskDefinition System.String Gets and sets the property TaskDefinition.

The most recent task definition that was specified for the service to use.

Public Property UpdatedAt System.DateTime Gets and sets the property UpdatedAt.

The Unix time in seconds and milliseconds when the service was last updated.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8