files

@JvmName(name = "iwqknomggnpippyd")
suspend fun files(value: Output<List<String>>)
@JvmName(name = "tbqbkcokyfsjolab")
suspend fun files(value: List<String>?)

Parameters

value

List of files. Required for JobInputHttp. Maximum of 4000 characters each.


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


@JvmName(name = "aypjskdjiqapcyyi")
suspend fun files(values: List<Output<String>>)
@JvmName(name = "csuipvuarvfbmubn")
suspend fun files(vararg values: String)

Parameters

values

List of files. Required for JobInputHttp. Maximum of 4000 characters each.