Skip to content

Guardduty  >  Structures  >  EcsTask

EcsTask

Structure Class

EcsTask dataclass

Contains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.

Attributes

container_uids class-attribute instance-attribute
container_uids: list[str] | None = None

A list of unique identifiers for the containers associated with the Amazon ECS task.

created_at class-attribute instance-attribute
created_at: datetime | None = None

The timestamp indicating when the Amazon ECS task was created, in UTC format.

launch_type class-attribute instance-attribute
launch_type: EcsLaunchType | None = None

The infrastructure type on which the Amazon ECS task runs.

task_definition_arn class-attribute instance-attribute
task_definition_arn: str | None = None

The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.