Last updated:
0 purchases
awssecurelogbucket 0.8.4
AWS Secure Log Bucket
secure multiple transition phases in a single lifecycle policy bucket.
Lifecycle rule
The storage class will be changed with the following lifecycle configuration.
Storage Class
Defaul transition after days
INFREQUENT_ACCESS
60 days
INTELLIGENT_TIERING
120 days
GLACIER
180 days
DEEP_ARCHIVE
360 days
Install
TypeScript
npm install aws-secure-log-bucket
or
yarn add aws-secure-log-bucket
Python
pip install aws-secure-log-bucket
Example
npm install aws-secure-log-bucket
import { SecureLogBucket } from 'aws-secure-log-bucket';
new SecureLogBucket(stack, 'SecureLogBucket');
License
This project is licensed under the Apache-2.0 License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.