ClusterGcsSourceArgs

data class ClusterGcsSourceArgs(val uris: Output<List<String>>) : ConvertibleToJava<ClusterGcsSourceArgs>

Constructors

Link copied to clipboard
constructor(uris: Output<List<String>>)

Properties

Link copied to clipboard
val uris: Output<List<String>>

URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2

Functions

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