IntegrationS3SourceProperties

data class IntegrationS3SourceProperties(val bucketName: String, val bucketPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket name where the source files are stored.

Link copied to clipboard
val bucketPrefix: String? = null

The object key for the Amazon S3 bucket in which the source files are stored.