Gcs Data Args
data class GcsDataArgs(val bucketName: Output<String>, val path: Output<String>? = null) : ConvertibleToJava<GcsDataArgs>
In a GcsData resource, an object's name is the Cloud Storage object's name and its "last modification time" refers to the object's updated
property of Cloud Storage objects, which changes when the content or the metadata of the object is updated.