role_alias_tags
Expands all tag keys and values for role_aliases
in a region
Overview
Name | role_alias_tags |
Type | Resource |
Description | Use the AWS::IoT::RoleAlias resource to declare an AWS IoT RoleAlias. |
Id | aws.iot.role_alias_tags |
Fields
Name | Datatype | Description |
---|---|---|
role_alias | string | |
role_alias_arn | string | |
role_arn | string | |
credential_duration_seconds | integer | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all role_aliases
in a region.
SELECT
region,
role_alias,
role_alias_arn,
role_arn,
credential_duration_seconds,
tag_key,
tag_value
FROM aws.iot.role_alias_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the role_alias_tags
resource, see role_aliases