table_policies_list_only
Lists table_policies in a region or regions, for all properties use table_policies
Overview
| Name | table_policies_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::S3Tables::TablePolicy |
| Id | awscc.s3tables.table_policies_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
table_arn | string | The Amazon Resource Name (ARN) of the specified table. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all table_policies in a region.
SELECT
region,
table_arn
FROM awscc.s3tables.table_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the table_policies_list_only resource, see table_policies