Skip to main content

distributions_list_only

Lists distributions in a region or regions, for all properties use distributions

Overview

Namedistributions_list_only
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.distributions_list_only

Fields

NameDatatypeDescription
distribution_configobjectThe distribution's configuration.
domain_namestring
idstring
tagsarrayA complex type that contains zero or more Tag elements.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all distributions in a region.

SELECT
region,
id
FROM aws.cloudfront.distributions_list_only
;

Permissions

For permissions required to operate on the distributions_list_only resource, see distributions