parameters

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


@JvmName(name = "wjagwcixxgmmhbkx")
suspend fun parameters(values: List<Output<ParameterDeclarationArgs>>)
@JvmName(name = "lbyynjjisapbgtqn")
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 = "sletnpvwibyanoig")
suspend fun parameters(argument: List<suspend ParameterDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "ebrfivtrlnrxexvp")
suspend fun parameters(vararg argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "qwjmpiqgclnrbcux")
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.