distributions
Retrieves a list of distributions
in a region
Overview
Name | distributions |
Type | Resource |
Description | distributions |
Id | awscc.cloudfront.distributions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.cloudfront.distributions
Permissions
To operate on the distributions
resource, the following permissions are required:
Create
cloudfront:CreateDistribution,
cloudfront:CreateDistributionWithTags,
cloudfront:GetDistribution,
cloudfront:GetDistributionConfig,
cloudfront:TagResource
List
cloudfront:ListDistributions