Volume Args
data class VolumeArgs(val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<VolumeArgs>
Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.