Values.CoverageResourceSourceInformation about the resource of the GuardDuty account.
type nonrec t = {resourceId : String_.t option;The unique ID of the resource.
*)detectorId : DetectorId.t option;The unique ID of the GuardDuty detector associated with the resource.
*)accountId : AccountId.t option;The unique ID of the Amazon Web Services account.
*)resourceDetails : CoverageResourceDetails.t option;Information about the resource for which the coverage statistics are retrieved.
*)coverageStatus : CoverageStatus.t option;Represents the status of the EKS cluster coverage.
*)issue : String_.t option;Represents the reason why a coverage status was UNHEALTHY for the EKS cluster.
*)updatedAt : Timestamp.t option;The timestamp at which the coverage details for the resource were last updated. This is in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `Long of Long.t
| `String of String_.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]