DataSourceS3DataSourceConfiguration

data class DataSourceS3DataSourceConfiguration(val bucketArn: String, val bucketOwnerAccountId: String? = null, val inclusionPrefixes: List<String>? = null)

The configuration information to connect to Amazon S3 as your data source.

Constructors

Link copied to clipboard
constructor(bucketArn: String, bucketOwnerAccountId: String? = null, inclusionPrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the bucket that contains the data source.

Link copied to clipboard

The account ID for the owner of the S3 bucket.

Link copied to clipboard

A list of S3 prefixes that define the object containing the data sources.