commandLineArguments

@JvmName(name = "opeerkehpgvsyjpy")
suspend fun commandLineArguments(value: Output<List<String>>)
@JvmName(name = "xcnsrhcelxqkspjp")
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 = "kbvqauatjoitvvnj")
suspend fun commandLineArguments(vararg values: Output<String>)


@JvmName(name = "ccutmkdcmtwuepdu")
suspend fun commandLineArguments(values: List<Output<String>>)
@JvmName(name = "hjsoylicjmjsfktl")
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