2.3.11 • Published 5 months ago

@gammarers/aws-secure-bucket v2.3.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

AWS Secure Bucket

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

View on Construct Hub

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

NameTypeDefaultDescription
isPipelineArtifactBucketbooleanfalseIf you are setting a custom Qualifier and using it as the artifact bucket for the CDK pipeline, set it to true.
isCloudFrontOriginBucketbooleanfalseIf your are using it as the CloudFront orign 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

install by pnpm

pnpm add @gammarers/aws-secure-bucket

install by bun

bun 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',
});
2.0.28

11 months ago

2.0.29

10 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.2.3

8 months ago

2.2.2

8 months ago

2.2.5

8 months ago

2.2.4

8 months ago

2.2.7

7 months ago

2.2.6

7 months ago

2.3.8

6 months ago

2.3.7

6 months ago

2.3.9

5 months ago

2.3.0

7 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.3.2

7 months ago

2.1.4

9 months ago

2.3.1

7 months ago

2.1.3

10 months ago

2.3.4

7 months ago

2.1.6

9 months ago

2.3.3

7 months ago

2.1.5

9 months ago

2.3.6

6 months ago

2.3.5

6 months ago

2.1.7

8 months ago

2.1.0

10 months ago

2.0.26

11 months ago

2.0.27

11 months ago

2.0.24

12 months ago

2.0.25

11 months ago

2.0.22

12 months ago

2.0.23

12 months ago

2.0.21

1 year ago

2.3.11

5 months ago

2.3.10

5 months ago

2.0.20

1 year ago

2.0.19

1 year ago

2.0.16

1 year ago

2.0.17

1 year ago

2.0.18

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago