parameters

@JvmName(name = "nkrrliycvfqsyptd")
suspend fun parameters(value: Output<List<TemplateParameterArgs>>)
@JvmName(name = "nnryuobjiwtuisyn")
suspend fun parameters(value: List<TemplateParameterArgs>?)

Parameters

value

Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.


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


@JvmName(name = "hsbtbvlgnaodtcnq")
suspend fun parameters(values: List<Output<TemplateParameterArgs>>)
@JvmName(name = "peoijniuclhibogd")
suspend fun parameters(vararg values: TemplateParameterArgs)

Parameters

values

Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.


@JvmName(name = "qypjxiljvlrnmtcx")
suspend fun parameters(argument: List<suspend TemplateParameterArgsBuilder.() -> Unit>)
@JvmName(name = "tbelrgnlhhlwphrt")
suspend fun parameters(vararg argument: suspend TemplateParameterArgsBuilder.() -> Unit)
@JvmName(name = "uucaghwjmdbaibrc")
suspend fun parameters(argument: suspend TemplateParameterArgsBuilder.() -> Unit)

Parameters

argument

Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.