Values.ResourcePolicySourceA policy enabling one or more entities to put logs to a log group in this account.
type nonrec t = {policyName : PolicyName.t option;The name of the resource policy.
*)policyDocument : PolicyDocument.t option;The details of the policy.
*)lastUpdatedTime : Timestamp.t option;Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)policyScope : PolicyScope.t option;Specifies scope of the resource policy. Valid values are ACCOUNT or RESOURCE.
*)resourceArn : Arn.t option;The ARN of the CloudWatch Logs resource to which the resource policy is attached. Only populated for resource-scoped policies.
*)revisionId : ExpectedRevisionId.t option;The revision ID of the resource policy. Only populated for resource-scoped policies.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Long of Timestamp.t | `String of PolicyName.t ])
list ]