@Stability(value=Stable)
public static interface CfnBucket.SseKmsEncryptedObjectsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
SseKmsEncryptedObjectsProperty sseKmsEncryptedObjectsProperty = SseKmsEncryptedObjectsProperty.builder()
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.SseKmsEncryptedObjectsProperty.Builder
A builder for
CfnBucket.SseKmsEncryptedObjectsProperty |
static class |
CfnBucket.SseKmsEncryptedObjectsProperty.Jsii$Proxy
An implementation for
CfnBucket.SseKmsEncryptedObjectsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.SseKmsEncryptedObjectsProperty.Builder |
builder() |
String |
getStatus()
Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
|
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) static CfnBucket.SseKmsEncryptedObjectsProperty.Builder builder()
Copyright © 2022. All rights reserved.