Get Resource Permission
ssmsap_get_resource_permission | R Documentation |
Gets permissions associated with the target database¶
Description¶
Gets permissions associated with the target database.
Usage¶
ssmsap_get_resource_permission(ActionType, ResourceArn)
Arguments¶
ActionType |
|
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Value¶
A list with the following syntax:
list(
Policy = "string"
)
Request syntax¶
svc$get_resource_permission(
ActionType = "RESTORE",
ResourceArn = "string"
)