table_buckets_list_only
Lists table_buckets
in a region or regions, for all properties use table_buckets
Overview
Name | table_buckets_list_only |
Type | Resource |
Description | Creates an Amazon S3 Tables table bucket in the same AWS Region where you create the AWS CloudFormation stack. |
Id | aws.s3tables.table_buckets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
table_bucket_arn | string | The Amazon Resource Name (ARN) of the table bucket to which the policy applies. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all table_buckets
in a region.
SELECT
region,
table_bucket_arn
FROM aws.s3tables.table_buckets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the table_buckets_list_only
resource, see table_buckets