Module Values.StartConfigurationPolicyAssociationRequestSource

Associates a target account, organizational unit, or the root with a specified configuration. The target can be associated with 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. configurationPolicyIdentifier : NonEmptyString.t;
    (*

    The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a configuration policy, or a value of SELF_MANAGED_SECURITY_HUB for a self-managed configuration.

    *)
  2. target : Target.t;
    (*

    The identifier of the target account, organizational unit, or the root to associate with the specified configuration.

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