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 |
|---|---|---|
id | string | |
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