StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs

data class StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs(val datasetIdPrefix: Output<String>? = null, val kmsKeyName: Output<String>? = null, val location: Output<String>) : ConvertibleToJava<StreamDestinationConfigBigqueryDestinationConfigSourceHierarchyDatasetsDatasetTemplateArgs>

Constructors

constructor(datasetIdPrefix: Output<String>? = null, kmsKeyName: Output<String>? = null, location: Output<String>)

Properties

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

If supplied, every created dataset will have its name prefixed by the provided value. The prefix and name will be separated by an underscore. i.e. _.

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

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.

Link copied to clipboard
val location: Output<String>

The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.

Functions

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