nodes

@JvmName(name = "bvdqpjykqbuckhiy")
suspend fun nodes(value: Output<List<ChainChainConfigNodeArgs>>)
@JvmName(name = "jcjmmkwyllnajqdj")
suspend fun nodes(value: List<ChainChainConfigNodeArgs>?)

Parameters

value

Each node in the delivery chain. See nodes below.

NOTE: The from and to fields are all fixed, and their structure and the value of node_name are fixed. You can refer to the template given in the example for configuration.


@JvmName(name = "tgvvmjhxifqtjgsr")
suspend fun nodes(vararg values: Output<ChainChainConfigNodeArgs>)


@JvmName(name = "dkmhwpfiesgwyicb")
suspend fun nodes(values: List<Output<ChainChainConfigNodeArgs>>)
@JvmName(name = "iikbdaoochbcpuse")
suspend fun nodes(vararg values: ChainChainConfigNodeArgs)

Parameters

values

Each node in the delivery chain. See nodes below.

NOTE: The from and to fields are all fixed, and their structure and the value of node_name are fixed. You can refer to the template given in the example for configuration.


@JvmName(name = "jxhldmracuwxxbfm")
suspend fun nodes(argument: List<suspend ChainChainConfigNodeArgsBuilder.() -> Unit>)
@JvmName(name = "jxsyxxbfiwlvcaop")
suspend fun nodes(vararg argument: suspend ChainChainConfigNodeArgsBuilder.() -> Unit)
@JvmName(name = "scbubbnsgkkwcjsf")
suspend fun nodes(argument: suspend ChainChainConfigNodeArgsBuilder.() -> Unit)

Parameters

argument

Each node in the delivery chain. See nodes below.

NOTE: The from and to fields are all fixed, and their structure and the value of node_name are fixed. You can refer to the template given in the example for configuration.