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 3.5
 
Details on a task in a cluster.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.Task

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

Syntax

C#
public class Task : Object

The Task type exposes the following members

Constructors

NameDescription
Public Method Task()

Properties

NameTypeDescription
Public Property ClusterArn System.String Gets and sets the property ClusterArn.

The Amazon Resource Name (ARN) of the of the cluster that hosts the task.

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

The Amazon Resource Name (ARN) of the container instances that host the task.

Public Property Containers System.Collections.Generic.List<Amazon.ECS.Model.Container> Gets and sets the property Containers.

The containers associated with the task.

Public Property 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 PENDING state).

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

The desired status of the task.

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

The last known status of the task.

Public Property Overrides Amazon.ECS.Model.TaskOverride Gets and sets the property Overrides.

One or more container overrides.

Public Property 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 PENDING state to the RUNNING state).

Public Property 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 startedBy parameter contains the deployment ID of the service that starts it.

Public Property 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 RUNNING state to the STOPPED state).

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

The reason the task was stopped.

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

The Amazon Resource Name (ARN) of the task.

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

The Amazon Resource Name (ARN) of the of the task definition that creates the task.

Version Information

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

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