@gammarers/aws-secure-flow-log-bucket
v1.5.25
Published
Specific AWS VPC FlowLog Bucket
Downloads
381
Readme
AWS Secure Flow Log Bucket
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.