1.4.1 • Published 2 days ago

@gammarers/aws-secure-flow-log-bucket v1.4.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 days ago

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

npm install @gammarers/aws-secure-flow-log-bucket
# or
yarn 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.