EncryptionConfigurationArgs

data class EncryptionConfigurationArgs(val kmsKeyName: Output<String>? = null) : ConvertibleToJava<EncryptionConfigurationArgs>

Constructors

Link copied to clipboard
fun EncryptionConfigurationArgs(kmsKeyName: Output<String>? = null)

Functions

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

Properties

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

Optional Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.