Interface CfnAssistant.ServerSideEncryptionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssistant.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAssistant

@Stability(Stable) public static interface CfnAssistant.ServerSideEncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The KMS key used for encryption.

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();