Uses of Enum
software.amazon.awscdk.services.s3.BucketEncryption
-
Uses of BucketEncryption in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptiondefault BucketEncryption
BucketProps.getEncryption()
The kind of server-side encryption to apply to this bucket.final BucketEncryption
BucketProps.Jsii$Proxy.getEncryption()
static BucketEncryption
Returns the enum constant of this type with the specified name.static BucketEncryption[]
BucketEncryption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionBucket.Builder.encryption
(BucketEncryption encryption) The kind of server-side encryption to apply to this bucket.BucketProps.Builder.encryption
(BucketEncryption encryption) Sets the value ofBucketProps.getEncryption()