Values.ConfigurationPolicySummarySourceAn object that contains the details of an Security Hub CSPM configuration policy that’s returned in a ListConfigurationPolicies request.
type nonrec t = {arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the configuration policy.
*)id : NonEmptyString.t option;The universally unique identifier (UUID) of the configuration policy.
*)name : NonEmptyString.t option;The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.
*)description : NonEmptyString.t option;The description of the configuration policy.
*)updatedAt : Timestamp.t option;The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
*)serviceEnabled : Boolean.t option;Indicates whether the service that the configuration policy applies to is enabled in the policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]