Gets the contents of an AWS RAM permission in JSON format.
ram_get_permission(permissionArn, permissionVersion)
A list with the following syntax:
list(
permission = list(
arn = "string",
version = "string",
defaultVersion = TRUE|FALSE,
name = "string",
resourceType = "string",
permission = "string",
creationTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
)
[required] The ARN of the permission.
The identifier for the version of the permission.
svc$get_permission(
permissionArn = "string",
permissionVersion = 123
)