Delete Resource Policy
cloudwatchrum_delete_resource_policy | R Documentation |
Removes the association of a resource-based policy from an app monitor¶
Description¶
Removes the association of a resource-based policy from an app monitor.
Usage¶
cloudwatchrum_delete_resource_policy(Name, PolicyRevisionId)
Arguments¶
Name |
[required] The app monitor that you want to remove the resource policy from. |
PolicyRevisionId |
Specifies a specific policy revision to delete. Provide a
|
Value¶
A list with the following syntax:
list(
PolicyRevisionId = "string"
)
Request syntax¶
svc$delete_resource_policy(
Name = "string",
PolicyRevisionId = "string"
)