DataSourceS3DataSourceConfiguration

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

Contains information about the S3 configuration of the 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.