GCSArgs

data class GCSArgs(val remotePath: Output<String>? = null) : ConvertibleToJava<GCSArgs>

Represents a Google Cloud Storage volume.

Constructors

Link copied to clipboard
fun GCSArgs(remotePath: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GCSArgs

Properties

Link copied to clipboard
val remotePath: Output<String>? = null

Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/