Skip to main content

permissions_list_only

Lists permissions in a region or regions, for all properties use permissions

Overview

Namepermissions_list_only
TypeResource
DescriptionResource type definition for AWS::RAM::Permission
Idaws.ram.permissions_list_only

Fields

NameDatatypeDescription
arnstring
namestringThe name of the permission.
versionstringVersion of the permission.
is_resource_type_defaultbooleanSet to true to use this as the default permission.
permission_typestring
resource_typestringThe resource type this permission can be used with.
policy_templateobjectPolicy template for the permission.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all permissions in a region.

SELECT
region,
arn
FROM aws.ram.permissions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the permissions_list_only resource, see permissions