command

@JvmName(name = "ciedvvmnoefhumid")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "rmciiefipgouhfnf")
suspend fun command(value: List<String>?)

Parameters

value

Specifies parameters that you want to pass in with ENTRYPOINT. You can specify a maximum of 1,500 parameters in the list.


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


@JvmName(name = "hvvsavscordxctff")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "wvdtofhbenmsnlxn")
suspend fun command(vararg values: String)

Parameters

values

Specifies parameters that you want to pass in with ENTRYPOINT. You can specify a maximum of 1,500 parameters in the list.