@gammarers/aws-secure-vpc-bucket
v1.4.24
Published
Access from specific VPC Endpoint only Bucket
Downloads
376
Maintainers
Readme
AWS Secure VPC Bucket
Access from specific VPC Endpoint only Bucket
Install
TypeScript
npm install @gammarers/aws-secure-vpc-bucket
or
yarn add @gammarers/aws-secure-vpc-bucket
or
pnpm add @gammarers/aws-secure-vpc-bucket
or
bun 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.