Values.AwsIamPolicyVersionSourceA version of an IAM policy.
type nonrec t = {versionId : NonEmptyString.t option;The identifier of the policy version.
*)isDefaultVersion : Boolean.t option;Whether the version is the default version.
*)createDate : NonEmptyString.t option;Indicates when the version was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]