IntegrationS3SourcePropertiesArgs

data class IntegrationS3SourcePropertiesArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null) : ConvertibleToJava<IntegrationS3SourcePropertiesArgs>

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

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

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

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

Functions

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