Delete Resource Policy
networkmanager_delete_resource_policy | R Documentation |
Deletes a resource policy for the specified resource¶
Description¶
Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
Usage¶
networkmanager_delete_resource_policy(ResourceArn)
Arguments¶
ResourceArn |
[required] The ARN of the policy to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
ResourceArn = "string"
)