ChainChainConfigArgs

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

Constructors

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

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.

Functions

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