Skip to main content

permission_tags

Expands all tag keys and values for permissions in a region

Overview

Namepermission_tags
TypeResource
DescriptionResource type definition for AWS::RAM::Permission
Idaws.ram.permission_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all permissions in a region.

SELECT
region,
arn,
name,
version,
is_resource_type_default,
permission_type,
resource_type,
policy_template,
tag_key,
tag_value
FROM aws.ram.permission_tags
WHERE region = 'us-east-1';

Permissions

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