Values.StartConfigurationPolicyAssociationResponseSourceAssociates 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.
type nonrec t = {configurationPolicyId : NonEmptyString.t option;The UUID of the configuration policy.
*)targetId : NonEmptyString.t option;The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
*)targetType : TargetType.t option;Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
*)associationType : AssociationType.t option;Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub CSPM delegated administrator or inherited from a parent.
*)updatedAt : Timestamp.t option;The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
*)associationStatus : ConfigurationPolicyAssociationStatus.t option;The current status of the association between the specified target and the configuration.
*)associationStatusMessage : NonEmptyString.t option;An explanation for a FAILED value for AssociationStatus.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalException of InternalException.t| `InvalidAccessException of InvalidAccessException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]