parameters

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


@JvmName(name = "ayohtgnsvtpfxtax")
suspend fun parameters(values: List<Output<SystemParameterArgs>>)
@JvmName(name = "rskqrtpufudpqoms")
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 = "snqcsfciidiblyjv")
suspend fun parameters(argument: List<suspend SystemParameterArgsBuilder.() -> Unit>)
@JvmName(name = "mqxnqkenppovwwmw")
suspend fun parameters(vararg argument: suspend SystemParameterArgsBuilder.() -> Unit)
@JvmName(name = "sitxpupqqkfpgikx")
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.