DataSourceS3DataSourceConfigurationArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val bucketArn: Output<String>

The ARN of the bucket that contains the data source.

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

The account ID for the owner of the S3 bucket.

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

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

Functions

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