archiveUris

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

Parameters

value

Optional. 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 = "cybqochkxmsyclrn")
suspend fun archiveUris(vararg values: Output<String>)


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

Parameters

values

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