Skip to content

Guardduty  >  Structures  >  EksClusterDetails

EksClusterDetails

Structure Class

EksClusterDetails dataclass

Details about the EKS cluster involved in a Kubernetes finding.

Attributes

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

EKS cluster ARN.

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

The timestamp when the EKS cluster was created.

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

EKS cluster name.

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

The EKS cluster status.

tags class-attribute instance-attribute
tags: list[Tag] | None = None

The EKS cluster tags.

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

The VPC ID to which the EKS cluster is attached.