All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gammarer.cdk.aws.secure_bucket.package-info Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
/**
 * GitHub
 * npm (scoped)
 * PyPI
 * Nuget
 * Sonatype Nexus (Releases)
 * GitHub Workflow Status (branch)
 * GitHub release (latest SemVer)
 * 

*

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
  • *
*

*

Install

*

*

TypeScript

*

*

 * npm install @gammarer/aws-secure-bucket
 * # or
 * yarn add @gammarer/aws-secure-bucket
 * 
*

*

Python

*

*

 * pip install gammarer.aws-secure-bucket
 * 
*

*

C# / .Net

*

*

 * dotnet add package Gammarer.CDK.AWS.SecureBucket
 * 
*

*

Java

*

* Add the following to pom.xml: *

*

 * <dependency>
 *   <groupId>com.gammarer</groupId>
 *   <artifactId>aws-secure-bucket</artifactId>
 * </dependency>
 * 
*

*

Example

*

*

TypeScript

*

*

 * import { SecureBucket } from '@gammarer/aws-secure-bucket';
 * 
 * const bucket = new SecureBucket(stack, 'SecureBucket', {
 *   bucketName: 'example-secure-bucket',
 * });
 * 
*/ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable) package com.gammarer.cdk.aws.secure_bucket;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy