Module Values.WorkloadDiscoveryConfigSource

Discovery configuration associated to the workload.

Sourcetype nonrec t = {
  1. trustedAdvisorIntegrationStatus : TrustedAdvisorIntegrationStatus.t option;
    (*

    Discovery integration status in respect to Trusted Advisor for the workload.

    *)
  2. workloadResourceDefinition : WorkloadResourceDefinition.t option;
    (*

    The mode to use for identifying resources associated with the workload. You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.

    *)
}
Sourceval make : ?trustedAdvisorIntegrationStatus:??? -> ?workloadResourceDefinition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] 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