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.
Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class Task : Object
The Task type exposes the following members
Name | Description | |
---|---|---|
![]() |
Task() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClusterArn | System.String |
Gets and sets the property ClusterArn.
The Amazon Resource Name (ARN) of the of the cluster that hosts the task. |
![]() |
ContainerInstanceArn | System.String |
Gets and sets the property ContainerInstanceArn.
The Amazon Resource Name (ARN) of the container instances that host the task. |
![]() |
Containers | System.Collections.Generic.List<Amazon.ECS.Model.Container> |
Gets and sets the property Containers.
The containers associated with the task. |
![]() |
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt.
The Unix time in seconds and milliseconds when the task was created (the task entered
the |
![]() |
DesiredStatus | System.String |
Gets and sets the property DesiredStatus.
The desired status of the task. |
![]() |
LastStatus | System.String |
Gets and sets the property LastStatus.
The last known status of the task. |
![]() |
Overrides | Amazon.ECS.Model.TaskOverride |
Gets and sets the property Overrides.
One or more container overrides. |
![]() |
StartedAt | System.DateTime |
Gets and sets the property StartedAt.
The Unix time in seconds and milliseconds when the task was started (the task transitioned
from the |
![]() |
StartedBy | System.String |
Gets and sets the property StartedBy.
The tag specified when a task is started. If the task is started by an Amazon ECS
service, then the |
![]() |
StoppedAt | System.DateTime |
Gets and sets the property StoppedAt.
The Unix time in seconds and milliseconds when the task was stopped (the task transitioned
from the |
![]() |
StoppedReason | System.String |
Gets and sets the property StoppedReason.
The reason the task was stopped. |
![]() |
TaskArn | System.String |
Gets and sets the property TaskArn.
The Amazon Resource Name (ARN) of the task. |
![]() |
TaskDefinitionArn | System.String |
Gets and sets the property TaskDefinitionArn.
The Amazon Resource Name (ARN) of the of the task definition that creates the task. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8