All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gammarer.cdk.aws.secure_log_bucket.package-info Maven / Gradle / Ivy

There is a newer version: 1.5.6
Show newest version
/**
 * 

AWS Secure Log Bucket

*

* GitHub * npm (scoped) * PyPI * Nuget * Sonatype Nexus (Releases) * 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 @gammarer/aws-secure-log-bucket
 * # or
 * yarn add @gammarer/aws-secure-log-bucket
 * 
*

*

Python

*

*

 * pip install gammarer.aws-secure-log-bucket
 * 
*

*

C# / .NET

*

*

 * dotnet add package Gammarer.CDK.AWS.SecureLogBucket
 * 
*

*

Java

*

* Add the following to pom.xml: *

*

 * <dependency>
 *   <groupId>com.gammarer</groupId>
 *   <artifactId>aws-secure-log-bucket</artifactId>
 * </dependency>
 * 
*

*

Example

*

*

 * import { SecureLogBucket } from '@gammarer/aws-secure-log-bucket';
 * 
 * new SecureLogBucket(stack, 'SecureLogBucket');
 * 
*

*

License

*

* This project is licensed under the Apache-2.0 License. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) package com.gammarer.cdk.aws.secure_log_bucket;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy