View source: R/ram_operations.R
ram_get_permission | R Documentation |
Retrieves the contents of a managed permission in JSON format.
See https://www.paws-r-sdk.com/docs/ram_get_permission/ for full documentation.
ram_get_permission(permissionArn, permissionVersion = NULL)
permissionArn |
[required] Specifies the Amazon Resource Name (ARN)
of the permission whose contents you want to retrieve. To find the ARN
for a permission, use either the
|
permissionVersion |
Specifies the version number of the RAM permission to retrieve. If you don't specify this parameter, the operation retrieves the default version. To see the list of available versions, use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.