Delete Resource Policy
cloudwatchlogs_delete_resource_policy | R Documentation |
Deletes a resource policy from this account¶
Description¶
Deletes a resource policy from this account. This revokes the access of the identities in that policy to put log events to this account.
Usage¶
cloudwatchlogs_delete_resource_policy(policyName)
Arguments¶
policyName |
The name of the policy to be revoked. This parameter is required. |
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
policyName = "string"
)