DataSourceS3DataSourceConfigurationArgs

data class DataSourceS3DataSourceConfigurationArgs(val accessControlListConfiguration: Output<DataSourceAccessControlListConfigurationArgs>? = null, val bucketName: Output<String>, val documentsMetadataConfiguration: Output<DataSourceDocumentsMetadataConfigurationArgs>? = null, val exclusionPatterns: Output<List<String>>? = null, val inclusionPatterns: Output<List<String>>? = null, val inclusionPrefixes: Output<List<String>>? = null) : ConvertibleToJava<DataSourceS3DataSourceConfigurationArgs>

/* /* /* /* /* /* /* /* /* /* /* /* /* /* S3 data source configuration

Constructors

Link copied to clipboard
constructor(accessControlListConfiguration: Output<DataSourceAccessControlListConfigurationArgs>? = null, bucketName: Output<String>, documentsMetadataConfiguration: Output<DataSourceDocumentsMetadataConfigurationArgs>? = null, exclusionPatterns: Output<List<String>>? = null, inclusionPatterns: Output<List<String>>? = null, inclusionPrefixes: Output<List<String>>? = null)

Properties

Link copied to clipboard

Provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see Access control for S3 data sources .

Link copied to clipboard
val bucketName: Output<String>

The name of the bucket that contains the documents.

Link copied to clipboard

Specifies document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.

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

A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:

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

A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:

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

A list of S3 prefixes for the documents that should be included in the index. ////

Functions

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