SlackConfiguration

Provides the configuration information to connect to Slack as your data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

TRUE to index bot messages from your Slack workspace team.

Link copied to clipboard

TRUE to exclude archived messages to index from your Slack workspace team.

Link copied to clipboard

A list of regular expression patterns to exclude certain attached files in your Slack workspace team. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.

Link copied to clipboard

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

Link copied to clipboard

A list of regular expression patterns to include certain attached files in your Slack workspace team. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.

Link copied to clipboard

The number of hours for change log to look back from when you last synchronized your data. You can look back up to 7 days or 168 hours.

Link copied to clipboard

The list of private channel names from your Slack workspace team. You use this if you want to index specific private channels, not all private channels. You can also use regular expression patterns to filter private channels.

Link copied to clipboard

The list of public channel names to index from your Slack workspace team. You use this if you want to index specific public channels, not all public channels. You can also use regular expression patterns to filter public channels.

Link copied to clipboard

The Amazon Resource Name (ARN) of an Secrets Manager secret that contains the key-value pairs required to connect to your Slack workspace team. The secret must contain a JSON structure with the following keys:

Link copied to clipboard

The date to start crawling your data from your Slack workspace team. The date must follow this format: yyyy-mm-dd.

Link copied to clipboard

Specify whether to index public channels, private channels, group messages, and direct messages. You can specify one or more of these options.

Link copied to clipboard

The identifier of the team in the Slack workspace. For example, T0123456789.

Link copied to clipboard

TRUE to use the Slack change log to determine which documents require updating in the index. Depending on the Slack change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Slack.

Link copied to clipboard

Configuration information for an Amazon Virtual Private Cloud to connect to your Slack. For more information, see Configuring a VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String