Values_2.GluePolicySourceA structure for returning a resource policy.
type nonrec t = {policyInJson : PolicyJsonString.t option;Contains the requested policy document, in JSON format.
*)policyHash : Values_0.HashString.t option;Contains the hash value associated with this policy.
*)createTime : Values_0.Timestamp.t option;The date and time at which the policy was created.
*)updateTime : Values_0.Timestamp.t option;The date and time at which the policy was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyJsonString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]