![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.athena.kotlin.outputs.WorkGroupCustomerContentEncryptionConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.athena.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Indicates the KMS key for encrypting notebook content.
* @property kmsKey The customer managed KMS key that is used to encrypt the user's data stores in Athena.
*/
public data class WorkGroupCustomerContentEncryptionConfiguration(
public val kmsKey: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.athena.outputs.WorkGroupCustomerContentEncryptionConfiguration): WorkGroupCustomerContentEncryptionConfiguration =
WorkGroupCustomerContentEncryptionConfiguration(
kmsKey = javaType.kmsKey(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy