distribution_tags
Expands all tag keys and values for distributions in a region
Overview
| Name | distribution_tags |
| Type | Resource |
| Description | A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery. |
| Id | aws.cloudfront.distribution_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
distribution_config | object | The distribution's configuration. |
domain_name | string | |
id | 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 distributions in a region.
SELECT
region,
distribution_config,
domain_name,
id,
tag_key,
tag_value
FROM aws.cloudfront.distribution_tags
;
Permissions
For permissions required to operate on the distribution_tags resource, see distributions