Interface CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnKnowledgeBase.ServerSideEncryptionConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyId
The KMS key .For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
-
builder
@Stability(Stable) static CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty.Builder builder()
-