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

com.gammarer.cdk.aws.secure_bucket.SecureBucketEncryption Maven / Gradle / Ivy

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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy