@Stability(value=Stable)
public static interface CfnAssistant.ServerSideEncryptionConfigurationProperty
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.wisdom.*;
ServerSideEncryptionConfigurationProperty serverSideEncryptionConfigurationProperty = ServerSideEncryptionConfigurationProperty.builder()
.kmsKeyId("kmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder
A builder for
CfnAssistant.ServerSideEncryptionConfigurationProperty |
static class |
CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnAssistant.ServerSideEncryptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder |
builder() |
default String |
getKmsKeyId()
The KMS key .
|
@Stability(value=Stable) @Nullable default String getKmsKeyId()
For information about valid ID values, see Key identifiers (KeyId) .
@Stability(value=Stable) static CfnAssistant.ServerSideEncryptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.