Get Resource Policy
cloudwatchrum_get_resource_policy | R Documentation |
Use this operation to retrieve information about a resource-based policy that is attached to an app monitor¶
Description¶
Use this operation to retrieve information about a resource-based policy that is attached to an app monitor.
Usage¶
cloudwatchrum_get_resource_policy(Name)
Arguments¶
Name |
[required] The name of the app monitor that is associated with the resource-based policy that you want to view. |
Value¶
A list with the following syntax:
list(
PolicyDocument = "string",
PolicyRevisionId = "string"
)
Request syntax¶
svc$get_resource_policy(
Name = "string"
)