ConnectionDestinationConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

The destinations for the key. Structure is documented below.

Link copied to clipboard
val key: Output<String>

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

Functions

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