This is a Simple S3 Secure Bucket.
Project description
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 |
|---|---|---|---|
| bucketType | SecureBucketType | SecureBucketType.DEFAULT_BUCKET | The type of the bucket. Available types: DEFAULT(⚠️ Deprecated: Use bucketType property instead.), SINGLE_PIPELINE_ARTIFACT(⚠️ Deprecated: Use bucketType property instead.), MULTI_PIPELINE_ARTIFACT(⚠️ Deprecated: Use bucketType property instead.), CLOUD_FRONT_ORIGIN(⚠️ Deprecated: Use bucketType property instead.), The type of the bucket. Available types: DEFAULT_BUCKET, SINGLE_REGION_DEPLOYMENT_PIPELINE_ARTIFACT_BUCKET, MULTI_REGION_DEPLOYMENT_PIPELINE_ARTIFACT_BUCKET, CLOUD_FRONT_ORIGIN_BUCKET |
| isPipelineArtifactBucket | boolean | false | ⚠️ Deprecated: Use bucketType property instead. 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 | ⚠️ Deprecated: Use bucketType property instead. If you are using it as the CloudFront origin bucket, set it to true. |
Install
TypeScript
install by npm
npm install @gammarers/aws-secure-bucket
install by yarn
yarn add @gammarers/aws-secure-bucket
Python
pip install gammarers.aws-secure-bucket
C# / .Net
dotnet add package Gammarers.CDK.AWS.SecureBucket
Example
import { SecureBucket } from '@gammarers/aws-secure-bucket';
const bucket = new SecureBucket(stack, 'SecureBucket', {
bucketName: 'example-secure-bucket',
});
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gammarers_aws_secure_bucket-2.5.12.tar.gz.
File metadata
- Download URL: gammarers_aws_secure_bucket-2.5.12.tar.gz
- Upload date:
- Size: 60.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706057d9acb6c4829723684f3f600698eb95ffac808c555bdf7546a30a8b5a6e
|
|
| MD5 |
8a1e8f2a3d6873d86a4583866d2571d2
|
|
| BLAKE2b-256 |
797dba9be6b978ffe14c29472f4ecf788831ef501a67f5ed824896c91f83fa3e
|
File details
Details for the file gammarers_aws_secure_bucket-2.5.12-py3-none-any.whl.
File metadata
- Download URL: gammarers_aws_secure_bucket-2.5.12-py3-none-any.whl
- Upload date:
- Size: 59.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c066d44310192c1adf5dd622f17c272cd9a559d8cb4622a0a90cf942bd0236a4
|
|
| MD5 |
7d01f82774276bb0a413dc7523d795d0
|
|
| BLAKE2b-256 |
5aeb9923f58f1875ad2af9b805e43f7c363dc6374f9c889663dbcdbadfb88ced
|