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

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

There is a newer version: 1.3.6
Show newest version
/**
 * GitHub
 * npm (scoped)
 * PyPI
 * Nuget
 * Sonatype Nexus (Releases)
 * GitHub Workflow Status (branch)
 * GitHub release (latest SemVer)
 * 

*

AWS Secure Flow Log Bucket

*

* Specific AWS VPC FlowLog Bucket *

*

Install

*

*

TypeScript

*

*

 * npm install @gammarer/aws-secure-flow-log-bucket
 * # or
 * yarn add @gammarer/aws-secure-flow-log-bucket
 * 
*

*

Python

*

*

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

*

C# / .NET

*

*

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

*

Java

*

* Add the following to pom.xml: *

*

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

*

Example

*

*

TypeScript

*

*

 * npm install @gammarer/aws-secure-flow-log-bucket
 * 
*

*

 * import { SecureFlowLogBucket } from '@gammarer/aws-secure-flow-log-bucket';
 * 
 * const bucket = new SecureFlowLogBucket(stack, 'SecureFlowLogBucket', {
 *   keyPrefixes: [
 *     'example-prefix-a',
 *     'example-prefix-b',
 *   ],
 * });
 * 
*

*

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_flow_log_bucket;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy