This package has been deprecated

Author message:

WARNING: This project has been renamed to @gammarers/aws-secure-flow-log-bucket. Install using @gammarers/aws-secure-flow-log-bucket instead.

@gammarer/aws-secure-flow-log-bucket
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

AWS Secure Flow Log Bucket

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

View on Construct Hub

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

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.

Package Sidebar

Install

npm i @gammarer/aws-secure-flow-log-bucket

Weekly Downloads

1

Version

1.3.6

License

Apache-2.0

Unpacked Size

180 kB

Total Files

7

Last publish

Collaborators

  • yicr