DestinationConfigArgs

data class DestinationConfigArgs(val destinations: Output<List<DestinationArgs>>? = null, val key: Output<String>? = null) : ConvertibleToJava<DestinationConfigArgs>

Define the Connectors target endpoint.

Constructors

Link copied to clipboard
constructor(destinations: Output<List<DestinationArgs>>? = null, key: Output<String>? = null)

Properties

Link copied to clipboard
val destinations: Output<List<DestinationArgs>>? = null

The destinations for the key.

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

The key is the destination identifier that is supported by the Connector.

Functions

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