EcsTaskDetails¶
Structure Class¶
EcsTaskDetails
dataclass
¶
Contains information about the task in an ECS cluster.
Attributes¶
arn
class-attribute
instance-attribute
¶
arn: str | None = None
The Amazon Resource Name (ARN) of the task.
containers
class-attribute
instance-attribute
¶
containers: list[Container] | None = None
The containers that's associated with the task.
definition_arn
class-attribute
instance-attribute
¶
definition_arn: str | None = None
The ARN of the task definition that creates the task.
group
class-attribute
instance-attribute
¶
group: str | None = None
The name of the task group that's associated with the task.
launch_type
class-attribute
instance-attribute
¶
launch_type: str | None = None
A capacity on which the task is running. For example, Fargate and
EC2.
started_at
class-attribute
instance-attribute
¶
started_at: datetime | None = None
The Unix timestamp for the time when the task started.
started_by
class-attribute
instance-attribute
¶
started_by: str | None = None
Contains the tag specified when a task is started.
task_created_at
class-attribute
instance-attribute
¶
task_created_at: datetime | None = None
The Unix timestamp for the time when the task was created.
version
class-attribute
instance-attribute
¶
version: str | None = None
The version counter for the task.