aws.s3.bucket
Supported platform
- aws
Description
Amazon S3 bucket
The aws.s3.bucket
resource provides fields for assessing the configuration of AWS S3 buckets. For usage, read 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 | Whether the 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 permissions for bucket logging status |
staticWebsiteHosting | map[string]string | Website configuration for the bucket |
defaultLock | string | Whether the 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 | Whether the bucket still exists (stale reference) |
createdTime | time | Date the bucket was created |
References