TableImportTableS3BucketSourceArgs

data class TableImportTableS3BucketSourceArgs(val bucket: Output<String>, val bucketOwner: Output<String>? = null, val keyPrefix: Output<String>? = null) : ConvertibleToJava<TableImportTableS3BucketSourceArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, bucketOwner: Output<String>? = null, keyPrefix: Output<String>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>

The S3 bucket that is being imported from.

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

The account number of the S3 bucket that is being imported from.

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

The key prefix shared by all S3 Objects that are being imported.

Functions

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