Destination Config Args
data class DestinationConfigArgs(val destinationConnectionProfileName: Output<String>, val gcsDestinationConfig: Output<GcsDestinationConfigArgs>? = null) : ConvertibleToJava<DestinationConfigArgs>
The configuration of the stream destination.
Constructors
Link copied to clipboard
fun DestinationConfigArgs(destinationConnectionProfileName: Output<String>, gcsDestinationConfig: Output<GcsDestinationConfigArgs>? = null)