Skip to content

gammarers/aws-secure-flow-log-bucket

Repository files navigation

AWS Secure Flow Log Bucket

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

View on Construct Hub

Specific AWS VPC FlowLog Bucket

Install

TypeScript

install by npm

npm install @gammarers/aws-secure-flow-log-bucket

install by yarn

yarn add @gammarers/aws-secure-flow-log-bucket

install by pnpm

pnpm add @gammarers/aws-secure-flow-log-bucket

install by bun

bun add @gammarers/aws-secure-flow-log-bucket

Python

pip install gammarers.aws-secure-flow-log-bucket

C# / .NET

dotnet add package Gammarers.CDK.AWS.SecureFlowLogBucket

Example

npm install @gammarers/aws-secure-flow-log-bucket
import { SecureFlowLogBucket } from '@gammarers/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.