EcsClusterDetails¶
Structure Class¶
EcsClusterDetails
dataclass
¶
Contains information about the details of the ECS Cluster.
Attributes¶
active_services_count
class-attribute
instance-attribute
¶
active_services_count: int | None = None
The number of services that are running on the cluster in an ACTIVE state.
arn
class-attribute
instance-attribute
¶
arn: str | None = None
The Amazon Resource Name (ARN) that identifies the cluster.
registered_container_instances_count
class-attribute
instance-attribute
¶
registered_container_instances_count: int | None = None
The number of container instances registered into the cluster.
running_tasks_count
class-attribute
instance-attribute
¶
running_tasks_count: int | None = None
The number of tasks in the cluster that are in the RUNNING state.
status
class-attribute
instance-attribute
¶
status: str | None = None
The status of the ECS cluster.
tags
class-attribute
instance-attribute
¶
tags: list[Tag] | None = None
The tags of the ECS Cluster.
task_details
class-attribute
instance-attribute
¶
task_details: EcsTaskDetails | None = None
Contains information about the details of the ECS Task.