parameters

@JvmName(name = "baguwtsndbcaykok")
suspend fun parameters(value: Output<List<ParameterDeclarationArgs>>)
@JvmName(name = "ghqwjvfresbgwgqm")
suspend fun parameters(value: List<ParameterDeclarationArgs>?)

Parameters

value

List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.


@JvmName(name = "qjxmmcedgcpyhbnr")
suspend fun parameters(vararg values: Output<ParameterDeclarationArgs>)


@JvmName(name = "mhveycuxwscjadyw")
suspend fun parameters(values: List<Output<ParameterDeclarationArgs>>)
@JvmName(name = "mscvjpihgfjxllnq")
suspend fun parameters(vararg values: ParameterDeclarationArgs)

Parameters

values

List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.


@JvmName(name = "osobdgwirvnesdky")
suspend fun parameters(argument: List<suspend ParameterDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "vsdkijwcnacsofdw")
suspend fun parameters(vararg argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "hsondilxoecmxdoo")
suspend fun parameters(argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)

Parameters

argument

List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.