parameters

@JvmName(name = "ghrtbeycabadysui")
suspend fun parameters(value: Output<List<SystemParameterArgs>>)
@JvmName(name = "mjaueodnihjmnlyu")
suspend fun parameters(value: List<SystemParameterArgs>?)

Parameters

value

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.


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


@JvmName(name = "kiqdwuwnrtjbsxfi")
suspend fun parameters(values: List<Output<SystemParameterArgs>>)
@JvmName(name = "nkhfyvaidbbdfamx")
suspend fun parameters(vararg values: SystemParameterArgs)

Parameters

values

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.


@JvmName(name = "jwojlxmetpgcadbd")
suspend fun parameters(argument: List<suspend SystemParameterArgsBuilder.() -> Unit>)
@JvmName(name = "mgurcjlkqlsmclwc")
suspend fun parameters(vararg argument: suspend SystemParameterArgsBuilder.() -> Unit)
@JvmName(name = "ercidkjixiohvdvt")
suspend fun parameters(argument: suspend SystemParameterArgsBuilder.() -> Unit)

Parameters

argument

Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation-dependent. If none of the specified names are present the behavior is parameter-dependent.