ConfigDataflowEndpointConfigArgs

data class ConfigDataflowEndpointConfigArgs(val dataflowEndpointName: Output<String>? = null, val dataflowEndpointRegion: Output<String>? = null) : ConvertibleToJava<ConfigDataflowEndpointConfigArgs>

Constructors

Link copied to clipboard
constructor(dataflowEndpointName: Output<String>? = null, dataflowEndpointRegion: Output<String>? = null)

Properties

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

The name of the dataflow endpoint to use during contacts.

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

The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.

Functions

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