TableImportTableS3BucketSource

data class TableImportTableS3BucketSource(val bucket: String, val bucketOwner: String? = null, val keyPrefix: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket that is being imported from.

Link copied to clipboard
val bucketOwner: String? = null

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

Link copied to clipboard
val keyPrefix: String? = null

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