Values.CoverageEc2InstanceDetailsSourceContains information about the Amazon EC2 instance runtime coverage details.
type nonrec t = {instanceId : String_.t option;The Amazon EC2 instance ID.
*)instanceType : String_.t option;The instance type of the Amazon EC2 instance.
*)clusterArn : String_.t option;The cluster ARN of the Amazon ECS cluster running on the Amazon EC2 instance.
*)agentDetails : AgentDetails.t option;Information about the installed security agent.
*)managementType : ManagementType.t option;Indicates how the GuardDuty security agent is managed for this resource. AUTO_MANAGED indicates that GuardDuty deploys and manages updates for this resource. MANUAL indicates that you are responsible to deploy, update, and manage the GuardDuty security agent updates for this resource. The DISABLED status doesn't apply to Amazon EC2 instances and Amazon EKS clusters.
*)}