IndexServerSideEncryptionConfigurationArgs

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

Constructors

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

Properties

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

The identifier of the AWS KMS key . Amazon Kendra doesn't support asymmetric keys.

Functions

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