gammarer.aws-secure-log-bucket

secure multiple transition phases in a single lifecycle policy bucket.


License
Apache-2.0
Install
pip install gammarer.aws-secure-log-bucket==1.5.6

Documentation

AWS Secure Log Bucket

GitHub npm (scoped) PyPI Nuget GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

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 @gammarers/aws-secure-log-bucket
# or
yarn 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.