| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default BucketEncryption |
BucketProps.getEncryption()
The kind of server-side encryption to apply to this bucket.
|
BucketEncryption |
BucketProps.Jsii$Proxy.getEncryption() |
static BucketEncryption |
BucketEncryption.valueOf(String name)
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 Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.encryption(BucketEncryption encryption)
The kind of server-side encryption to apply to this bucket.
|
BucketProps.Builder |
BucketProps.Builder.encryption(BucketEncryption encryption)
Sets the value of
BucketProps.getEncryption() |
Copyright © 2022. All rights reserved.