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 target of an Amazon ECS deployment.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.ECSTarget

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

Syntax

C#
public class ECSTarget

The ECSTarget type exposes the following members

Constructors

NameDescription
Public Method ECSTarget()

Properties

NameTypeDescription
Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The unique ID of a deployment.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date and time when the target Amazon ECS application was updated by a deployment.

Public Property LifecycleEvents System.Collections.Generic.List<Amazon.CodeDeploy.Model.LifecycleEvent>

Gets and sets the property LifecycleEvents.

The lifecycle events of the deployment to this target Amazon ECS application.

Public Property Status Amazon.CodeDeploy.TargetStatus

Gets and sets the property Status.

The status an Amazon ECS deployment's target ECS application.

Public Property TargetArn System.String

Gets and sets the property TargetArn.

The Amazon Resource Name (ARN) of the target.

Public Property TargetId System.String

Gets and sets the property TargetId.

The unique ID of a deployment target that has a type of ecsTarget.

Public Property TaskSetsInfo System.Collections.Generic.List<Amazon.CodeDeploy.Model.ECSTaskSet>

Gets and sets the property TaskSetsInfo.

The ECSTaskSet objects associated with the ECS target.

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