0.2.1 • Published 2 years ago
@yicr/aws-secure-flow-log-bucket v0.2.1
AWS Secure Flow Log Bucket
Specific AWS VPC FlowLog Bucket
Install
TypeScript
npm install @yicr/aws-secure-flow-log-bucket
or
yarn add @yicr/aws-secure-flow-log-bucket
Example
TypeScript
npm install @yicr/aws-secure-flow-log-bucket
import { SecureFlowLogBucket } from '@yicr/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.