distributions_list_only
Lists distributions
in a region or regions, for all properties use distributions
Overview
Name | distributions_list_only |
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.distributions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
distribution_config | object | The distribution's configuration. |
domain_name | string | |
id | string | |
tags | array | A complex type that contains zero or more Tag elements. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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