@gammarers/aws-secure-log-bucket
v2.0.23
Published
secure multiple transition phases in a single lifecycle policy bucket.
Downloads
2,049
Maintainers
Readme
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 | 400 days | | GLACIER | 720 days | | DEEP_ARCHIVE | 980 days |
Install
TypeScript
install by npm
npm install @gammarers/aws-secure-log-bucket
install by yarn
yarn add @gammarers/aws-secure-log-bucket
install by pnpm
pnpm add @gammarers/aws-secure-log-bucket
install by bun
bun add @gammarers/aws-secure-log-bucket
Python
pip install gammarers.aws-secure-log-bucket
C# / .NET
dotnet add package Gammarers.CDK.AWS.SecureLogBucket
Example
import { SecureLogBucket } from '@gammarers/aws-secure-log-bucket';
new SecureLogBucket(stack, 'SecureLogBucket');
License
This project is licensed under the Apache-2.0 License.