aws.s3.bucket
Supported Platform
- aws
Description
AWS S3 Bucket
The aws.s3.bucket
resource provides fields for assessing the configuration of AWS S3 buckets. For usage see the aws.s3
resource documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | arn of the bucket |
name | string | name of the bucket |
policy | aws.s3.bucket.policy | policy associated with the bucket |
tags | map[string]string | tags for the bucket |
acl | []aws.s3.bucket.grant | list of access control grants associated with the bucket |
owner | map[string]string | owner for the bucket |
public | bool | denotes if bucket is public |
cors | []aws.s3.bucket.corsrule | list of cors information for the bucket |
location | string | location of the bucket |
versioning | map[string]string | versioning state and mfa delete status of bucket |
logging | map[string]string | logging status and user perms for bucket logging status |
staticWebsiteHosting | map[string]string | website configuration for a bucket |
defaultLock | string | denotes whether bucket is locked by default |
replication | dict | bucket cross-region replication configuration |
encryption | dict | bucket encryption configuration |
publicAccessBlock | dict | public access block configuration for the bucket |
exists | bool | false if the bucket no longer exists (stale reference) |
References