Module Values.FargateDetailsSource

Contains information about Amazon Web Services Fargate details associated with an Amazon ECS cluster.

Sourcetype nonrec t = {
  1. issues : Issues.t option;
    (*

    Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.

    *)
  2. 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. DISABLED indicates that the deployment of the GuardDuty security agent is disabled for this resource. The MANUAL status doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.

    *)
}
Sourceval make : ?issues:??? -> ?managementType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list ]) 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