policy_tags
Expands all tag keys and values for policies
in a region
Overview
Name | policy_tags |
Type | Resource |
Description | Resource Type definition for AWS::IoT::Policy |
Id | aws.iot.policy_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
policy_document | object | |
policy_name | string | |
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 policies
in a region.
SELECT
region,
id,
arn,
policy_document,
policy_name,
tag_key,
tag_value
FROM aws.iot.policy_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the policy_tags
resource, see policies