Learn R Programming

paws.security.identity (version 0.1.8)

ram_get_permission: Gets the contents of an AWS RAM permission in JSON format

Description

Gets the contents of an AWS RAM permission in JSON format.

Usage

ram_get_permission(permissionArn, permissionVersion)

Arguments

permissionArn

[required] The ARN of the permission.

permissionVersion

The identifier for the version of the permission.

Request syntax

svc$get_permission(
  permissionArn = "string",
  permissionVersion = 123
)