Skip to main content

buckets_list_only

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

Overview

Namebuckets_list_only
TypeResource
DescriptionResource Type definition for AWS::Lightsail::Bucket
Idaws.lightsail.buckets_list_only

Fields

NameDatatypeDescription
bucket_namestringThe name for the bucket.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all buckets in a region.

SELECT
region,
bucket_name
FROM aws.lightsail.buckets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the buckets_list_only resource, see buckets