com.gammarer.cdk.aws.secure_bucket.SecureBucketEncryption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-secure-bucket Show documentation
Show all versions of aws-secure-bucket Show documentation
This is a Simple S3 Secure Bucket.
The newest version!
package com.gammarer.cdk.aws.secure_bucket;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.97.0 (build 729de35)", date = "2024-04-21T17:14:32.045Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = com.gammarer.cdk.aws.secure_bucket.$Module.class, fqn = "@gammarer/aws-secure-bucket.SecureBucketEncryption")
public enum SecureBucketEncryption {
/**
* Server-side KMS encryption with a master key managed by KMS.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
KMS_MANAGED,
/**
* Server-side encryption with a master key managed by S3.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
S3_MANAGED,
}