AWS S3 Logs Bucket
An AWS S3 bucket intended for storing logs
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Made by
Massdriver
Official
Yes
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
bucket.customer_managed_key | boolean | Enabling this will provision a new customer managed KMS key for object encryption. Leave this setting disabled to use default encryption. |
bucket.force_destroy | boolean | WARNING Enabling this will delete all objects in the bucket during decommission. Disabling will block bucket deletion unless the bucket is empty. |
bucket.region | string | AWS Region to provision in. |
lifecycle_settings.expire | boolean | Enable the expiration (deletion) of objects after the specified time |
lifecycle_settings.transition_rules[].days | integer | Number of days after creation when objects are transitioned to the specified storage class. |
lifecycle_settings.transition_rules[].storage_class | string | S3 storage class to transition to. Refer to the AWS S3 storage class documentation for details on each storage class. |
monitoring.access_logging | boolean | Enabling this will create an additional bucket for storing access logs |