ChainChainConfigRouterArgs

data class ChainChainConfigRouterArgs(val froms: Output<List<ChainChainConfigRouterFromArgs>>? = null, val tos: Output<List<ChainChainConfigRouterToArgs>>? = null) : ConvertibleToJava<ChainChainConfigRouterArgs>

Constructors

Link copied to clipboard
constructor(froms: Output<List<ChainChainConfigRouterFromArgs>>? = null, tos: Output<List<ChainChainConfigRouterToArgs>>? = null)

Properties

Link copied to clipboard

Source node. See from below.

Link copied to clipboard
val tos: Output<List<ChainChainConfigRouterToArgs>>? = null

Destination node. See to below.

Functions

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