parameters

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


@JvmName(name = "vcasxfbaytbfuqro")
suspend fun parameters(values: List<Output<ParameterDeclarationArgs>>)
@JvmName(name = "eqkjfcnscaxkbbtg")
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 = "xqyjwxnitceiaxpj")
suspend fun parameters(argument: List<suspend ParameterDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "hegmguerycnwlwck")
suspend fun parameters(vararg argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "ofdjgmuwragqyvpo")
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.