1.6.3 • Published 6 days ago

@gammarers/aws-secure-log-bucket v1.6.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 days ago

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 ClassDefaul transition after days
INFREQUENT_ACCESS60 days
INTELLIGENT_TIERING120 days
GLACIER180 days
DEEP_ARCHIVE360 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.