EcsTaskDetails - Amazon GuardDuty

EcsTaskDetails

Contains information about the task in an ECS cluster.

Contents

arn

The Amazon Resource Name (ARN) of the task.

Type: String

Required: No

containers

The containers that's associated with the task.

Type: Array of Container objects

Required: No

definitionArn

The ARN of the task definition that creates the task.

Type: String

Required: No

group

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

Type: String

Required: No

startedAt

The Unix timestamp for the time when the task started.

Type: Timestamp

Required: No

startedBy

Contains the tag specified when a task is started.

Type: String

Required: No

tags

The tags of the ECS Task.

Type: Array of Tag objects

Required: No

createdAt

The Unix timestamp for the time when the task was created.

Type: Timestamp

Required: No

version

The version counter for the task.

Type: String

Required: No

volumes

The list of data volume definitions for the task.

Type: Array of Volume objects

Required: No

See Also

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