@gammarers/aws-secure-bucket v2.3.11
AWS Secure Bucket
This is a Simple S3 Secure Bucket.
- Bucket Access Control is Private
- Public Read Access is false
- Enforce SSL
- All Block public access
- Require encryption
Additional Properties
| Name | Type | Default | Description |
|---|---|---|---|
| isPipelineArtifactBucket | boolean | false | If you are setting a custom Qualifier and using it as the artifact bucket for the CDK pipeline, set it to true. |
| isCloudFrontOriginBucket | boolean | false | If your are using it as the CloudFront orign bucket, set it to true. |
Install
TypeScript
install by npm
npm install @gammarers/aws-secure-bucketinstall by yarn
yarn add @gammarers/aws-secure-bucketinstall by pnpm
pnpm add @gammarers/aws-secure-bucketinstall by bun
bun add @gammarers/aws-secure-bucketPython
pip install gammarers.aws-secure-bucketC# / .Net
dotnet add package Gammarers.CDK.AWS.SecureBucketExample
import { SecureBucket } from '@gammarers/aws-secure-bucket';
const bucket = new SecureBucket(stack, 'SecureBucket', {
bucketName: 'example-secure-bucket',
});11 months ago
10 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
7 months ago
7 months ago
6 months ago
6 months ago
5 months ago
7 months ago
10 months ago
10 months ago
7 months ago
9 months ago
7 months ago
10 months ago
7 months ago
9 months ago
7 months ago
9 months ago
6 months ago
6 months ago
8 months ago
10 months ago
11 months ago
11 months ago
12 months ago
11 months ago
12 months ago
12 months ago
1 year ago
5 months ago
5 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago