files

@JvmName(name = "fsmcceddfxpfjvsp")
suspend fun files(value: Output<List<String>>)
@JvmName(name = "hwipjryrfwpkcqrw")
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 = "pwyvsdfqmuvnrhcv")
suspend fun files(vararg values: Output<String>)


@JvmName(name = "rgilmibtteiefykr")
suspend fun files(values: List<Output<String>>)
@JvmName(name = "cvcyodncmdpysauj")
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.