directory_buckets_list_only
Lists directory_buckets in a region or regions, for all properties use directory_buckets
Overview
| Name | directory_buckets_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::S3Express::DirectoryBucket. |
| Id | aws.s3express.directory_buckets_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
bucket_name | string | Specifies 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 or Local Zone. The bucket name must also follow the format 'bucket_base_name--zone_id--x-s3'. The zone_id can be the ID of an Availability Zone or a Local Zone. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the bucket name. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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