Job Query Destination Encryption Configuration
data class JobQueryDestinationEncryptionConfiguration(val kmsKeyName: String, val kmsKeyVersion: String? = null)
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
(Output) Describes the Cloud KMS encryption key version used to protect destination BigQuery table.