Resource Type: AWS > S3 Table
The Amazon S3 Table resource represents a logical abstraction for tabular data stored in Amazon S3, such as data accessible via S3 Select, S3 Inventory, or custom table-like structures. This resource type enables governance, policy enforcement, and management of tabular datasets within S3 buckets.
Resource Types
The S3 Table service includes these resource types:
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/s3Table
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-s3table#/resource/types/s3Table"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-s3table#/resource/types/s3Table';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-s3table#/resource/types/s3Table"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-s3table#/resource/types/s3Table' 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