Storage Source Manifest Args
data class StorageSourceManifestArgs(val bucket: Output<String>? = null, val generation: Output<String>? = null, val object: Output<String>? = null) : ConvertibleToJava<StorageSourceManifestArgs>
Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description here.
Constructors
Link copied to clipboard
fun StorageSourceManifestArgs(bucket: Output<String>? = null, generation: Output<String>? = null, object: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).