AwsEcsTaskDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEcsTaskDetails

Provides details about a task in a cluster.

Contents

ClusterArn

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

Type: String

Pattern: .*\S.*

Required: No

Containers

The containers that are associated with the task.

Type: Array of AwsEcsContainerDetails objects

Required: No

CreatedAt

The Unix timestamp for the time when the task was created. More specifically, it's for the time when the task entered the PENDING state.

Type: String

Pattern: .*\S.*

Required: No

Group

The name of the task group that's associated with the task.

Type: String

Pattern: .*\S.*

Required: No

StartedAt

The Unix timestamp for the time when the task started. More specifically, it's for the time when the task transitioned from the PENDING state to the RUNNING state.

Type: String

Pattern: .*\S.*

Required: No

StartedBy

The tag specified when a task is started. If an Amazon ECS service started the task, the startedBy parameter contains the deployment ID of that service.

Type: String

Pattern: .*\S.*

Required: No

TaskDefinitionArn

The ARN of the task definition that creates the task.

Type: String

Pattern: .*\S.*

Required: No

Version

The version counter for the task.

Type: String

Pattern: .*\S.*

Required: No

Volumes

Details about the data volume that is used in a task definition.

Type: Array of AwsEcsTaskVolumeDetails objects

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: