parameters

@JvmName(name = "srkvevjsasyqkyem")
suspend fun parameters(value: Output<List<ParameterDeclarationArgs>>)
@JvmName(name = "cljyojwekbxxircj")
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 = "ykfjrjfrywjomxdj")
suspend fun parameters(vararg values: Output<ParameterDeclarationArgs>)


@JvmName(name = "ogoiurefuomaxoxu")
suspend fun parameters(values: List<Output<ParameterDeclarationArgs>>)
@JvmName(name = "royewrheowmexkee")
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 = "fdecshlncahxkxjw")
suspend fun parameters(argument: List<suspend ParameterDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "ixrehcgdcbgpdvot")
suspend fun parameters(vararg argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "lheaomohhbqrjugg")
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.