This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Wisdom::KnowledgeBase ServerSideEncryptionConfiguration
The configuration information for the customer managed key used for encryption.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KmsKeyId" :String}
YAML
KmsKeyId:String
Properties
KmsKeyId-
The customer managed key used for encryption.
This customer managed key must have a policy that allows
kms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance. For information about valid ID values, see Key identifiers (KeyId).
Required: No
Type: String
Minimum:
1Maximum:
4096Update requires: Replacement