archiveUris

@JvmName(name = "nfksoemlixnqpwff")
suspend fun archiveUris(value: Output<List<String>>)
@JvmName(name = "ylfscfcvrnffdich")
suspend fun archiveUris(value: List<String>?)

Parameters

value

HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.


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


@JvmName(name = "jrbkfsaxbqwjqsyq")
suspend fun archiveUris(values: List<Output<String>>)
@JvmName(name = "fpdvmdgnasyrfxss")
suspend fun archiveUris(vararg values: String)

Parameters

values

HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.