Storage Source Args
data class StorageSourceArgs(val bucket: Output<String>? = null, val generation: Output<String>? = null, val object: Output<String>? = null) : ConvertibleToJava<StorageSourceArgs>
Location of the source in an archive file in Google Cloud Storage.
Properties
Link copied to clipboard
Google Cloud Storage bucket containing the source (see Bucket Name Requirements).
Link copied to clipboard
Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.