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.
package com.gammarer.cdk.aws.secure_bucket;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.89.0 (build 2f74b3e)", date = "2023-10-05T01:31:33.220Z")
@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,
}