parameters

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


@JvmName(name = "kfffjjiifeklhmvi")
suspend fun parameters(values: List<Output<ParameterDeclarationArgs>>)
@JvmName(name = "qwuvxhbgqbgwwvcy")
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 = "uisrvoruimglcfnm")
suspend fun parameters(argument: List<suspend ParameterDeclarationArgsBuilder.() -> Unit>)
@JvmName(name = "afyuaasmpandbaiq")
suspend fun parameters(vararg argument: suspend ParameterDeclarationArgsBuilder.() -> Unit)
@JvmName(name = "glrnxecdrmcqufhg")
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.