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

1.5.1 • Public • Published

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.

Package Sidebar

Install

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

Weekly Downloads

82

Version

1.5.1

License

Apache-2.0

Unpacked Size

179 kB

Total Files

7

Last publish

Collaborators

  • yicr