TransferManifestArgs

data class TransferManifestArgs(val location: Output<String>? = null) : ConvertibleToJava<TransferManifestArgs>

Specifies where the manifest is located.

Constructors

Link copied to clipboard
fun TransferManifestArgs(location: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val location: Output<String>? = null

Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have storage.objects.get permission for this object. An example path is gs://bucket_name/path/manifest.csv.