AgentDataSourceDataSourceConfigurationS3Configuration

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

Constructors

constructor(bucketArn: String, bucketOwnerAccountId: String? = null, inclusionPrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the bucket that contains the data source.

Link copied to clipboard

Bucket account owner ID for the S3 bucket.

Link copied to clipboard

List of S3 prefixes that define the object containing the data sources. For more information, see Organizing objects using prefixes.