
com.pulumi.awsnative.kendra.kotlin.outputs.IndexServerSideEncryptionConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kendra.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property kmsKeyId The identifier of the AWS KMS key . Amazon Kendra doesn't support asymmetric keys.
*/
public data class IndexServerSideEncryptionConfiguration(
public val kmsKeyId: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.kendra.outputs.IndexServerSideEncryptionConfiguration): IndexServerSideEncryptionConfiguration = IndexServerSideEncryptionConfiguration(
kmsKeyId = javaType.kmsKeyId().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy