Stream Destination Config Bigquery Destination Config Source Hierarchy Datasets Dataset Template
data class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplate(val datasetIdPrefix: String? = null, val kmsKeyName: String? = null, val location: String)
Constructors
Link copied to clipboard
fun StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplate(datasetIdPrefix: String? = null, kmsKeyName: String? = null, location: String)
Types
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. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.