distributions_list_only
Lists distributions in a region or regions, for all properties use distributions
Overview
| Name | distributions_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Lightsail::Distribution |
| Id | aws.lightsail.distributions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
distribution_name | string | The name for the distribution. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all distributions in a region.
SELECT
region,
distribution_name
FROM aws.lightsail.distributions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the distributions_list_only resource, see distributions