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

1.3.2 • Public • Published

AWS Secure VPC Bucket

GitHub npm (scoped) PyPI Nuget GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

Access from specific VPC Endpoint only Bucket

Install

TypeScript

npm install @gammarers/aws-secure-vpc-bucket
# or
yarn add @gammarers/aws-secure-vpc-bucket

Python

pip install gammarers.aws-secure-vpc-bucket

C# / .NET

dotnet add package gammarers.CDK.AWS.SecureVpcBucket

Example

import { SecureSpecificVpcOnlyBucket } from '@gammarers/aws-secure-vpc-bucket';

new SecureVpcBucket(stack, 'SecureVpcBucket', {
  bucketName: 'example-origin-bucket',
  vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // already created vpc endpoint id
});

License

This project is licensed under the Apache-2.0 License.

Package Sidebar

Install

npm i @gammarers/aws-secure-vpc-bucket

Weekly Downloads

79

Version

1.3.2

License

Apache-2.0

Unpacked Size

221 kB

Total Files

8

Last publish

Collaborators

  • yicr