Values.AccountPolicySourceA structure that contains information about one CloudWatch Logs account policy.
type nonrec t = {policyName : PolicyName.t option;The name of the account policy.
*)policyDocument : AccountPolicyDocument.t option;The policy document for this account policy. The JSON specified in policyDocument can be up to 30,720 characters.
*)lastUpdatedTime : Timestamp.t option;The date and time that this policy was most recently updated.
*)policyType : PolicyType.t option;The type of policy for this account policy.
*)scope : Scope.t option;The scope of the account policy.
*)selectionCriteria : SelectionCriteria.t option;The log group selection criteria that is used for this policy.
*)accountId : AccountId.t option;The Amazon Web Services account ID that the policy applies to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Long of Timestamp.t | `String of PolicyName.t ])
list ]