Values.ConfigurationPolicyAssociationSummarySourceAn object that contains the details of a configuration policy association that’s returned in a ListConfigurationPolicyAssociations request.
type nonrec t = {configurationPolicyId : NonEmptyString.t option;The universally unique identifier (UUID) of the configuration policy.
*)targetId : NonEmptyString.t option;The identifier of the target account, organizational unit, or the root.
*)targetType : TargetType.t option;Specifies whether the target is an Amazon Web Services account, organizational unit, or the 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;The explanation for a FAILED value for AssociationStatus.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]