BatchOperationsJobBucketListBucketsArgs

data class BatchOperationsJobBucketListBucketsArgs(val bucket: Output<String>, val manifest: Output<BatchOperationsJobBucketListBucketsManifestArgs>? = null, val prefixList: Output<BatchOperationsJobBucketListBucketsPrefixListArgs>? = null) : ConvertibleToJava<BatchOperationsJobBucketListBucketsArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, manifest: Output<BatchOperationsJobBucketListBucketsManifestArgs>? = null, prefixList: Output<BatchOperationsJobBucketListBucketsPrefixListArgs>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

Bucket name for the objects to be transformed.

Link copied to clipboard

contain the manifest source file that is a CSV file in a Google Cloud Storage bucket. Structure is documented below.

Link copied to clipboard

Specifies objects matching a prefix set. Structure is documented below.

Functions

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