AssistantServerSideEncryptionConfigurationArgs

data class AssistantServerSideEncryptionConfigurationArgs(val kmsKeyId: Output<String>? = null) : ConvertibleToJava<AssistantServerSideEncryptionConfigurationArgs>

Constructors

constructor(kmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

The customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow kms:Decrypt , kms:GenerateDataKey* , and kms:DescribeKey permissions to the connect.amazonaws.com service principal. 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) in the AWS Key Management Service Developer Guide .

Functions

Link copied to clipboard
open override fun toJava(): AssistantServerSideEncryptionConfigurationArgs