Module Values.BatchGetConfigurationPolicyAssociationsRequestSource

Returns associations between an Security Hub CSPM configuration and a batch of target accounts, organizational units, or the root. Only the Security Hub CSPM delegated administrator can invoke this operation from the home Region. A configuration can refer to a configuration policy or to a self-managed configuration.

Sourcetype nonrec t = {
  1. configurationPolicyAssociationIdentifiers : ConfigurationPolicyAssociationsList.t;
    (*

    Specifies one or more target account IDs, organizational unit (OU) IDs, or the root ID to retrieve associations for.

    *)
}
Sourceval context_ : string
Sourceval make : configurationPolicyAssociationIdentifiers: ConfigurationPolicyAssociationsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]) list ] 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