ChainChainConfigArgs

data class ChainChainConfigArgs(val nodes: Output<List<ChainChainConfigNodeArgs>>? = null, val routers: Output<List<ChainChainConfigRouterArgs>>? = null) : ConvertibleToJava<ChainChainConfigArgs>

Constructors

Link copied to clipboard
fun ChainChainConfigArgs(nodes: Output<List<ChainChainConfigNodeArgs>>? = null, routers: Output<List<ChainChainConfigRouterArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val nodes: Output<List<ChainChainConfigNodeArgs>>? = null

Each node in the delivery chain. See nodes below.

Link copied to clipboard

Execution sequence relationship between delivery chain nodes. See routers below.