TriggerBuildSourceStorageSourceArgs

data class TriggerBuildSourceStorageSourceArgs(val bucket: Output<String>, val generation: Output<String>? = null, val object: Output<String>) : ConvertibleToJava<TriggerBuildSourceStorageSourceArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, generation: Output<String>? = null, object: Output<String>)

Properties

Link copied to clipboard
val bucket: Output<String>

Google Cloud Storage bucket containing the source.

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>

Google Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.

Functions

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