Resource Type: AWS > S3 Table > Table
The Table resource represents a structured dataset within an Amazon S3 table bucket, managed in the Apache Iceberg format. This resource type enables governance, policy enforcement, and management of tabular datasets within S3 table buckets, supporting analytics and integration with AWS analytics services.
Resource Context
Table is a part of the S3 Table service.
Each Table lives under a Table Bucket.
Controls
The primary controls for AWS > S3 Table > Table are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-s3table#/resource/types/table
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/aws-s3table#/resource/types/table"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-s3table#/resource/types/table';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-s3table#/resource/types/table"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-s3table#/resource/types/table' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query