AgentDataSourceDataSourceConfigurationS3ConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketArn: Output<String>

ARN of the bucket that contains the data source.

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

Bucket account owner ID for the S3 bucket.

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

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

Functions

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