JobQueryDestinationEncryptionConfiguration

data class JobQueryDestinationEncryptionConfiguration(val kmsKeyName: String, val kmsKeyVersion: String? = null)

Constructors

constructor(kmsKeyName: String, kmsKeyVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val kmsKeyVersion: String? = null

(Output) Describes the Cloud KMS encryption key version used to protect destination BigQuery table.