| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnBucket.BucketEncryptionProperty.Jsii$Proxy
An implementation for
CfnBucket.BucketEncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnBucket.BucketEncryptionProperty |
CfnBucket.BucketEncryptionProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnBucketProps.Builder |
CfnBucketProps.Builder.bucketEncryption(CfnBucket.BucketEncryptionProperty bucketEncryption)
Sets the value of
CfnBucketProps.getBucketEncryption() |
CfnBucket.Builder |
CfnBucket.Builder.bucketEncryption(CfnBucket.BucketEncryptionProperty bucketEncryption)
Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS) bucket.
|
void |
CfnBucket.setBucketEncryption(CfnBucket.BucketEncryptionProperty value)
Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS) bucket.
|
Copyright © 2022. All rights reserved.