DestinationConfigArgs

data class DestinationConfigArgs(val bigqueryDestinationConfig: Output<BigQueryDestinationConfigArgs>? = null, val destinationConnectionProfile: Output<String>, val gcsDestinationConfig: Output<GcsDestinationConfigArgs>? = null) : ConvertibleToJava<DestinationConfigArgs>

The configuration of the stream destination.

Constructors

Link copied to clipboard
fun DestinationConfigArgs(bigqueryDestinationConfig: Output<BigQueryDestinationConfigArgs>? = null, destinationConnectionProfile: Output<String>, gcsDestinationConfig: Output<GcsDestinationConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard

BigQuery destination configuration.

Link copied to clipboard

Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

Link copied to clipboard

A configuration for how data should be loaded to Cloud Storage.