Resource Type: AWS > S3
The Amazon Simple Storage Service (S3) service offers scalable storage capacity in the AWS cloud. It allows users to store and retrieve any amount of data, at any time, from anywhere on the web. Known as buckets, these storage containers can hold any type of data and are designed to make web-scale computing easier for developers.
Resource Types
The S3 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-s3#/resource/types/s3
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-s3#/resource/types/s3"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/s3';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-s3#/resource/types/s3"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-s3#/resource/types/s3' 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