Values.DeleteResourcePolicyRequestSourceDeletes a resource policy from this account. This revokes the access of the identities in that policy to put log events to this account.
type nonrec t = {policyName : PolicyName.t option;The name of the policy to be revoked. This parameter is required.
*)resourceArn : Arn.t option;The ARN of the CloudWatch Logs resource for which the resource policy needs to be deleted
*)expectedRevisionId : ExpectedRevisionId.t option;The expected revision ID of the resource policy. Required when deleting a resource-scoped policy to prevent concurrent modifications.
*)}