commandLineArguments

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


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