EksCluster¶
Structure Class¶
EksCluster
dataclass
¶
Contains information about the Amazon EKS cluster involved in a GuardDuty finding, including cluster identification, status, and network configuration.
Attributes¶
arn
class-attribute
instance-attribute
¶
arn: str | None = None
The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
created_at
class-attribute
instance-attribute
¶
created_at: datetime | None = None
The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
ec2_instance_uids
class-attribute
instance-attribute
¶
ec2_instance_uids: list[str] | None = None
A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
status
class-attribute
instance-attribute
¶
status: ClusterStatus | None = None
The current status of the Amazon EKS cluster.
vpc_id
class-attribute
instance-attribute
¶
vpc_id: str | None = None
The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.