Skip to main content

directory_buckets_list_only

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

Overview

Namedirectory_buckets_list_only
TypeResource
DescriptionResource Type definition for AWS::S3Express::DirectoryBucket.
Idaws.s3express.directory_buckets_list_only

Fields

NameDatatypeDescription
bucket_namestringSpecifies a name for the bucket. The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Availability Zone. The bucket name must also follow the format 'bucket_base_name--az_id--x-s3' (for example, 'DOC-EXAMPLE-BUCKET--usw2-az1--x-s3'). If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name.
location_namestringSpecifies the AZ ID of the Availability Zone where the directory bucket will be created. An example AZ ID value is 'use1-az5'.
data_redundancystringSpecifies the number of Availability Zone that's used for redundancy for the bucket.
arnstringReturns the Amazon Resource Name (ARN) of the specified bucket.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all directory_buckets in a region.

SELECT
region,
bucket_name
FROM aws.s3express.directory_buckets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the directory_buckets_list_only resource, see directory_buckets