Values.ResourcePolicySourceA resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.
type nonrec t = {policyName : PolicyName.t option;The name of the resource policy. Must be unique within a specific Amazon Web Services account.
*)policyDocument : PolicyDocument.t option;The resource policy document, which can be up to 5kb in size.
*)policyRevisionId : PolicyRevisionId.t option;Returns the current policy revision id for this policy name.
*)lastUpdatedTime : Timestamp.t option;When the policy was last updated, in Unix time seconds.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PolicyName.t | `Timestamp of Timestamp.t ]) list ]