parameters

@JvmName(name = "ejxkdfjqxupxurmo")
suspend fun parameters(value: Output<List<SystemParameterArgs>>)
@JvmName(name = "usaathqbqrakbguq")
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 = "bvksdjhcqgueegvp")
suspend fun parameters(vararg values: Output<SystemParameterArgs>)


@JvmName(name = "odikophsgwyhmihs")
suspend fun parameters(values: List<Output<SystemParameterArgs>>)
@JvmName(name = "bwnwuxhrotyphgmn")
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 = "kcolvpfklgquyjno")
suspend fun parameters(argument: List<suspend SystemParameterArgsBuilder.() -> Unit>)
@JvmName(name = "lmkboolfvihbsumw")
suspend fun parameters(vararg argument: suspend SystemParameterArgsBuilder.() -> Unit)
@JvmName(name = "qlpxwmnkipkwjwkh")
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.