Gets the contents of an AWS RAM permission in JSON format.
ram_get_permission(permissionArn, permissionVersion)[required] The ARN of the permission.
The identifier for the version of the permission.
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"
)
)
)
svc$get_permission( permissionArn = "string", permissionVersion = 123 )