files

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

Parameters

value

List of files. Required for JobInputHttp. Maximum of 4000 characters each. Query strings will not be returned in service responses to prevent sensitive data exposure.


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


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

Parameters

values

List of files. Required for JobInputHttp. Maximum of 4000 characters each. Query strings will not be returned in service responses to prevent sensitive data exposure.