TableS3BucketSourceArgs

data class TableS3BucketSourceArgs(val s3Bucket: Output<String>, val s3BucketOwner: Output<String>? = null, val s3KeyPrefix: Output<String>? = null) : ConvertibleToJava<TableS3BucketSourceArgs>

The S3 bucket that is being imported from.

Constructors

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

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The S3 bucket that is being imported from.

Link copied to clipboard
val s3BucketOwner: Output<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: Output<String>? = null

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

Functions

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