GcsObjectArgs

data class GcsObjectArgs(val bucket: Output<String>, val generationNumber: Output<String>, val object: Output<String>) : ConvertibleToJava<GcsObjectArgs>

Cloud Storage object representation.

Constructors

Link copied to clipboard
fun GcsObjectArgs(bucket: Output<String>, generationNumber: Output<String>, object: Output<String>)

Functions

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

Properties

Link copied to clipboard
val bucket: Output<String>

Bucket of the Cloud Storage object.

Link copied to clipboard

Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

Link copied to clipboard
val object: Output<String>

Name of the Cloud Storage object.