S3BucketSourceResponse

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

Definition of S3BucketSource

Constructors

Link copied to clipboard
constructor(s3Bucket: String? = null, s3BucketOwner: String? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3Bucket: String? = null

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.