Skip to content

Guardduty  >  Structures  >  CoverageEksClusterDetails

CoverageEksClusterDetails

Structure Class

CoverageEksClusterDetails dataclass

Information about the EKS cluster that has a coverage status.

Attributes

addon_details class-attribute instance-attribute
addon_details: AddonDetails | None = None

Information about the installed EKS add-on.

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

Name of the EKS cluster.

compatible_nodes class-attribute instance-attribute
compatible_nodes: int | None = None

Represents all the nodes within the EKS cluster in your account.

covered_nodes class-attribute instance-attribute
covered_nodes: int | None = None

Represents the nodes within the EKS cluster that have a HEALTHY coverage status.

management_type class-attribute instance-attribute
management_type: ManagementType | None = None

Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.

AUTO_MANAGED indicates GuardDuty deploys and manages updates for this resource.

MANUAL indicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.