chainConfigs

@JvmName(name = "wciiacqtsiwyhawg")
suspend fun chainConfigs(value: Output<List<ChainChainConfigArgs>>)
@JvmName(name = "qmfygstqtlvhlpjo")
suspend fun chainConfigs(value: List<ChainChainConfigArgs>?)

Parameters

value

The configuration of delivery chain. See chain_config below. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.


@JvmName(name = "hmtatffkvrbqanmk")
suspend fun chainConfigs(vararg values: Output<ChainChainConfigArgs>)


@JvmName(name = "ulocxymjgemqpapk")
suspend fun chainConfigs(values: List<Output<ChainChainConfigArgs>>)
@JvmName(name = "ouwhbdruhdhrqybw")
suspend fun chainConfigs(vararg values: ChainChainConfigArgs)

Parameters

values

The configuration of delivery chain. See chain_config below. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.


@JvmName(name = "iuuvtgqyxkwjaapj")
suspend fun chainConfigs(argument: List<suspend ChainChainConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xftqdyrmsjobglef")
suspend fun chainConfigs(vararg argument: suspend ChainChainConfigArgsBuilder.() -> Unit)
@JvmName(name = "gimaiclruwgemrga")
suspend fun chainConfigs(argument: suspend ChainChainConfigArgsBuilder.() -> Unit)

Parameters

argument

The configuration of delivery chain. See chain_config below. NOTE: This parameter must specify the correct value, otherwise the created resource will be incorrect.