CoverageEc2InstanceDetails¶
Structure Class¶
CoverageEc2InstanceDetails
dataclass
¶
Contains information about the Amazon EC2 instance runtime coverage details.
Attributes¶
agent_details
class-attribute
instance-attribute
¶
agent_details: AgentDetails | None = None
Information about the installed security agent.
cluster_arn
class-attribute
instance-attribute
¶
cluster_arn: str | None = None
The cluster ARN of the Amazon ECS cluster running on the Amazon EC2 instance.
instance_id
class-attribute
instance-attribute
¶
instance_id: str | None = None
The Amazon EC2 instance ID.
instance_type
class-attribute
instance-attribute
¶
instance_type: str | None = None
The instance type of the Amazon EC2 instance.
management_type
class-attribute
instance-attribute
¶
management_type: ManagementType | None = None
Indicates how the GuardDuty security agent is managed for this resource.
-
AUTO_MANAGEDindicates that GuardDuty deploys and manages updates for this resource. -
MANUALindicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource.
Note
The DISABLED status doesn't apply to Amazon EC2 instances and Amazon
EKS clusters.