Skip to main content

distributions_list_only

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

Overview

Namedistributions_list_only
TypeResource
DescriptionResource Type definition for AWS::Lightsail::Distribution
Idaws.lightsail.distributions_list_only

Fields

NameDatatypeDescription
distribution_namestringThe name for the distribution.
distribution_arnstring
bundle_idstringThe bundle ID to use for the distribution.
ip_address_typestringThe IP address type for the distribution.
cache_behaviorsarrayAn array of objects that describe the per-path cache behavior for the distribution.
cache_behavior_settingsobjectAn object that describes the cache behavior settings for the distribution.
default_cache_behaviorobjectAn object that describes the default cache behavior for the distribution.
originobjectAn object that describes the origin resource for the distribution, such as a Lightsail instance or load balancer.
statusstringThe status of the distribution.
able_to_update_bundlebooleanIndicates whether the bundle that is currently applied to your distribution, specified using the distributionName parameter, can be changed to another bundle.
is_enabledbooleanIndicates whether the distribution is enabled.
certificate_namestringThe certificate attached to the Distribution.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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