ram_get_permission: Retrieves the contents of a managed permission in JSON format

View source: R/ram_operations.R

ram_get_permissionR Documentation

Retrieves the contents of a managed permission in JSON format

Description

Retrieves the contents of a managed permission in JSON format.

See https://www.paws-r-sdk.com/docs/ram_get_permission/ for full documentation.

Usage

ram_get_permission(permissionArn, permissionVersion = NULL)

Arguments

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 list_permissions operation or go to the Permissions library page in the RAM console and then choose the name of the permission. The ARN is displayed on the detail page.

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 list_permission_versions.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.