
com.pulumi.awsnative.healthlake.kotlin.outputs.FhirDatastoreSseConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.healthlake.kotlin.outputs
import kotlin.Suppress
/**
* The server-side encryption key configuration for a customer provided encryption key.
* @property kmsEncryptionConfig The server-side encryption key configuration for a customer provided encryption key (CMK).
*/
public data class FhirDatastoreSseConfiguration(
public val kmsEncryptionConfig: FhirDatastoreKmsEncryptionConfig,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.healthlake.outputs.FhirDatastoreSseConfiguration): FhirDatastoreSseConfiguration = FhirDatastoreSseConfiguration(
kmsEncryptionConfig = javaType.kmsEncryptionConfig().let({ args0 ->
com.pulumi.awsnative.healthlake.kotlin.outputs.FhirDatastoreKmsEncryptionConfig.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy