Module Values.CoverageResourceSource

Information about the resource of the GuardDuty account.

Sourcetype nonrec t = {
  1. resourceId : String_.t option;
    (*

    The unique ID of the resource.

    *)
  2. detectorId : DetectorId.t option;
    (*

    The unique ID of the GuardDuty detector associated with the resource.

    *)
  3. accountId : AccountId.t option;
    (*

    The unique ID of the Amazon Web Services account.

    *)
  4. resourceDetails : CoverageResourceDetails.t option;
    (*

    Information about the resource for which the coverage statistics are retrieved.

    *)
  5. coverageStatus : CoverageStatus.t option;
    (*

    Represents the status of the EKS cluster coverage.

    *)
  6. issue : String_.t option;
    (*

    Represents the reason why a coverage status was UNHEALTHY for the EKS cluster.

    *)
  7. updatedAt : Timestamp.t option;
    (*

    The timestamp at which the coverage details for the resource were last updated. This is in UTC format.

    *)
}
Sourceval make : ?resourceId:??? -> ?detectorId:??? -> ?accountId:??? -> ?resourceDetails:??? -> ?coverageStatus:??? -> ?issue:??? -> ?updatedAt:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t