DataSourceOneDriveConfigurationArgs

data class DataSourceOneDriveConfigurationArgs(val disableLocalGroups: Output<Boolean>? = null, val exclusionPatterns: Output<List<String>>? = null, val fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, val inclusionPatterns: Output<List<String>>? = null, val oneDriveUsers: Output<DataSourceOneDriveUsersArgs>, val secretArn: Output<String>, val tenantDomain: Output<String>) : ConvertibleToJava<DataSourceOneDriveConfigurationArgs>

Constructors

Link copied to clipboard
constructor(disableLocalGroups: Output<Boolean>? = null, exclusionPatterns: Output<List<String>>? = null, fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, inclusionPatterns: Output<List<String>>? = null, oneDriveUsers: Output<DataSourceOneDriveUsersArgs>, secretArn: Output<String>, tenantDomain: Output<String>)

Properties

Link copied to clipboard
val disableLocalGroups: Output<Boolean>? = null

TRUE to disable local groups information.

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

A list of regular expression patterns to exclude certain documents in your OneDrive. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.

Link copied to clipboard

A list of DataSourceToIndexFieldMapping objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to OneDrive fields. For more information, see Mapping data source fields . The OneDrive data source field names must exist in your OneDrive custom metadata.

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

A list of regular expression patterns to include certain documents in your OneDrive. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.

Link copied to clipboard

A list of user accounts whose documents should be indexed.

Link copied to clipboard
val secretArn: Output<String>

The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password to connect to OneDrive. The user name should be the application ID for the OneDrive application, and the password is the application key for the OneDrive application.

Link copied to clipboard
val tenantDomain: Output<String>

The Azure Active Directory domain of the organization.

Functions

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