ChainChainConfigRouterArgs

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

Constructors

Link copied to clipboard

Functions

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

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.