interface ServerSideEncryptionConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Wisdom.CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty | 
|  Java | software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty | 
|  Python | aws_cdk.aws_wisdom.CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-wisdom»CfnKnowledgeBase»ServerSideEncryptionConfigurationProperty | 
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 * as wisdom from '@aws-cdk/aws-wisdom';
const serverSideEncryptionConfigurationProperty: wisdom.CfnKnowledgeBase.ServerSideEncryptionConfigurationProperty = {
  kmsKeyId: 'kmsKeyId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| kms | string | The KMS key . | 
kmsKeyId?
Type:
string
(optional)
The KMS key .
For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
