S3 Bucket
Simple Storage Service (S3) Bucket
Resource Type
AWS.S3.Bucket
Resource ID Format
For S3 Buckets, the resource ID is the ARN.
arn:aws:s3:::example-bucket
Background
S3 is an object storage service offered by AWS for organization of data.
Fields
Field
Type
Description
Grants
List
What users, groups, or roles have been granted access to this S3 bucket and what access they have been granted.
IsPublic
Bool
Indicates if the bucket is considered public by AWS
MFADelete
String
Indicates if MFA delete is Enabled on the bucket or not. If not, this value will be blank.
ObjectLockConfiguration
Map
These configuration options prevent an object from being deleted or overwritten for a specified amount of time.
Policy
String
The IAM policy attached to the bucket.
Versioning
String
`ENABLED
SUSPENDED`
PublicAccessBlockConfiguration
Map
Indicates how the S3 bucket's Block Public Access settings are configured.
Example
Last updated