S3BucketSourceArgs

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

Definition of S3BucketSource

Constructors

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

Properties

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

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(): S3BucketSourceArgs