Module Values.GetConfigurationPolicyAssociationRequestSource

Returns the association between a configuration and a target account, organizational unit, or the root. The configuration can be a configuration policy or self-managed behavior. Only the Security Hub CSPM delegated administrator can invoke this operation from the home Region.

Sourcetype nonrec t = {
  1. target : Target.t;
    (*

    The target account ID, organizational unit ID, or the root ID to retrieve the association for.

    *)
}
Sourceval context_ : string
Sourceval make : target:Target.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.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