Skip to main content

distribution_tags

Expands all tag keys and values for distributions in a region

Overview

Namedistribution_tags
TypeResource
DescriptionA distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.
Idaws.cloudfront.distribution_tags

Fields

NameDatatypeDescription
distribution_configobjectThe distribution's configuration.
domain_namestring
idstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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