Skip to main content

table_bucket_policies_list_only

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

Overview

Nametable_bucket_policies_list_only
TypeResource
DescriptionApplies an IAM resource policy to a table bucket.
Idaws.s3tables.table_bucket_policies_list_only

Fields

NameDatatypeDescription
table_bucket_arnstringThe Amazon Resource Name (ARN) of the table bucket to which the policy applies.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all table_bucket_policies in a region.

SELECT
region,
table_bucket_arn
FROM aws.s3tables.table_bucket_policies_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the table_bucket_policies_list_only resource, see table_bucket_policies