Resource Type: AWS > S3 > Bucket
The Bucket resource type is a part of the AWS Simple Storage Service (S3). Each S3 Bucket is a storage unit that can be used to store and retrieve any amount of data, at any time, from anywhere on the web.
Resource Context
Bucket is a part of the S3 service.
Each Bucket lives under a Region.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-s3#/resource/types/bucket
- tmod:@turbot/turbot#/resource/categories/storage
- turbot graphql resource --id "tmod:@turbot/aws-s3#/resource/types/bucket"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/bucket';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-s3#/resource/types/bucket"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/bucket' 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