TableS3BucketSource

data class TableS3BucketSource(val s3Bucket: String, val s3BucketOwner: String? = null, val s3KeyPrefix: String? = null)

The S3 bucket that is being imported from.

Constructors

Link copied to clipboard
constructor(s3Bucket: String, s3BucketOwner: String? = null, s3KeyPrefix: 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 s3BucketOwner: String? = null

The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.

Link copied to clipboard
val s3KeyPrefix: String? = null

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