Skip to content

Guardduty  >  Structures  >  CoverageEcsClusterDetails

CoverageEcsClusterDetails

Structure Class

CoverageEcsClusterDetails dataclass

Contains information about Amazon ECS cluster runtime coverage details.

Attributes

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

The name of the Amazon ECS cluster.

container_instance_details class-attribute instance-attribute
container_instance_details: ContainerInstanceDetails | None = None

Information about the Amazon ECS container running on Amazon EC2 instance.

fargate_details class-attribute instance-attribute
fargate_details: FargateDetails | None = None

Information about the Fargate details associated with the Amazon ECS cluster.