server Side Encryption Configuration
suspend fun serverSideEncryptionConfiguration(value: Output<IndexServerSideEncryptionConfigurationArgs>)
Parameters
value
A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.
suspend fun serverSideEncryptionConfiguration(argument: suspend IndexServerSideEncryptionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.