files

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

Parameters

value

The files that you want to associate with the output artifact that will be exported from the compute action.


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


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

Parameters

values

The files that you want to associate with the output artifact that will be exported from the compute action.