CoverageResource¶
Structure Class¶
CoverageResource
dataclass
¶
Information about the resource of the GuardDuty account.
Attributes¶
account_id
class-attribute
instance-attribute
¶
account_id: str | None = None
The unique ID of the Amazon Web Services account.
coverage_status
class-attribute
instance-attribute
¶
coverage_status: CoverageStatus | None = None
Represents the status of the EKS cluster coverage.
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the GuardDuty detector associated with the resource.
issue
class-attribute
instance-attribute
¶
issue: str | None = None
Represents the reason why a coverage status was UNHEALTHY for the EKS
cluster.
resource_details
class-attribute
instance-attribute
¶
resource_details: CoverageResourceDetails | None = None
Information about the resource for which the coverage statistics are retrieved.
resource_id
class-attribute
instance-attribute
¶
resource_id: str | None = None
The unique ID of the resource.
updated_at
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The timestamp at which the coverage details for the resource were last updated. This is in UTC format.