@gammarers/aws-secure-log-bucket v2.2.5
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-bucketinstall by yarn
yarn add @gammarers/aws-secure-log-bucketinstall by pnpm
pnpm add @gammarers/aws-secure-log-bucketinstall by bun
bun add @gammarers/aws-secure-log-bucketPython
pip install gammarers.aws-secure-log-bucketC# / .NET
dotnet add package Gammarers.CDK.AWS.SecureLogBucketExample
Normal log Bucket
import { SecureLogBucket } from '@gammarers/aws-secure-log-bucket';
new SecureLogBucket(stack, 'SecureLogBucket');VPC Flow Log Bucket
import { SecureLogBucket } from '@gammarers/aws-secure-log-bucket';
new SecureLogBucket(stack, 'SecureFlowLogBucket', {
vpcFlowLog: {
enable: true,
bucketObjectKeyPrefix: [
'example-prefix-a',
'example-prefix-b',
],
},
});License
This project is licensed under the Apache-2.0 License.
11 months ago
7 months ago
7 months ago
6 months ago
6 months ago
6 months ago
6 months ago
10 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
8 months ago
8 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
10 months ago
10 months ago
11 months ago
12 months ago
11 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago