Access from specific VPC Endpoint only Bucket
npm install @gammarers/aws-secure-vpc-bucket






Access from specific VPC Endpoint only Bucket
``shell`
npm install @gammarers/aws-secure-vpc-bucket`
orshell`
yarn add @gammarers/aws-secure-vpc-bucket`
orshell`
pnpm add @gammarers/aws-secure-vpc-bucket`
orshell`
bun add @gammarers/aws-secure-vpc-bucket
`shell`
pip install gammarers.aws-secure-vpc-bucket
`shell`
dotnet add package gammarers.CDK.AWS.SecureVpcBucket
`typescript
import { SecureSpecificVpcOnlyBucket } from '@gammarers/aws-secure-vpc-bucket';
new SecureVpcBucket(stack, 'SecureVpcBucket', {
bucketName: 'example-origin-bucket',
vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // already created vpc endpoint id
});
``
This project is licensed under the Apache-2.0 License.