Skip to main content

Specific AWS VPC FlowLog Bucket

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page