EncryptionConfigurationArgs

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

Constructors

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

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.

Functions

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