StorageSourceManifestArgs

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
constructor(bucket: Output<String>? = null, generation: Output<String>? = null, object: Output<String>? = null)

Properties

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

Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

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

Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

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

Google Cloud Storage object containing the source manifest. This object must be a JSON file.

Functions

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