commandLineArguments

@JvmName(name = "wpqftxbeisfutlih")
suspend fun commandLineArguments(value: Output<List<String>>)
@JvmName(name = "duvrexjamvtyiaqw")
suspend fun commandLineArguments(value: List<String>?)

Parameters

value

The full tokenized command line including the program name (equivalent to argv in a C program). - In response: present if set by create request - In create request: optional - In update request: never set


@JvmName(name = "kmetwgghtxcrbltv")
suspend fun commandLineArguments(vararg values: Output<String>)


@JvmName(name = "fnuprdtmmvtipqxe")
suspend fun commandLineArguments(values: List<Output<String>>)
@JvmName(name = "tdlxwbnwwufwsaqq")
suspend fun commandLineArguments(vararg values: String)

Parameters

values

The full tokenized command line including the program name (equivalent to argv in a C program). - In response: present if set by create request - In create request: optional - In update request: never set