/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the configuration information to connect to Slack as your data
* source.See Also:
AWS
* API Reference
The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline const Aws::String& GetTeamId() const{ return m_teamId; } /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline bool TeamIdHasBeenSet() const { return m_teamIdHasBeenSet; } /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline void SetTeamId(const Aws::String& value) { m_teamIdHasBeenSet = true; m_teamId = value; } /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline void SetTeamId(Aws::String&& value) { m_teamIdHasBeenSet = true; m_teamId = std::move(value); } /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline void SetTeamId(const char* value) { m_teamIdHasBeenSet = true; m_teamId.assign(value); } /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline SlackConfiguration& WithTeamId(const Aws::String& value) { SetTeamId(value); return *this;} /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline SlackConfiguration& WithTeamId(Aws::String&& value) { SetTeamId(std::move(value)); return *this;} /** *The identifier of the team in the Slack workspace. For example, * T0123456789.
You can find your team ID in the URL of the main page * of your Slack workspace. When you log in to Slack via a browser, you are * directed to the URL of the main page. For example, * https://app.slack.com/client/T0123456789/....
*/ inline SlackConfiguration& WithTeamId(const char* value) { SetTeamId(value); return *this;} /** *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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
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:
slackToken—The user or bot token created in Slack. For more information on * creating a token in Slack, see Authentication * for a Slack data source.
Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline const DataSourceVpcConfiguration& GetVpcConfiguration() const{ return m_vpcConfiguration; } /** *Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline bool VpcConfigurationHasBeenSet() const { return m_vpcConfigurationHasBeenSet; } /** *Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline void SetVpcConfiguration(const DataSourceVpcConfiguration& value) { m_vpcConfigurationHasBeenSet = true; m_vpcConfiguration = value; } /** *Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline void SetVpcConfiguration(DataSourceVpcConfiguration&& value) { m_vpcConfigurationHasBeenSet = true; m_vpcConfiguration = std::move(value); } /** *Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline SlackConfiguration& WithVpcConfiguration(const DataSourceVpcConfiguration& value) { SetVpcConfiguration(value); return *this;} /** *Configuration information for an Amazon Virtual Private Cloud to connect to * your Slack. For more information, see Configuring * a VPC.
*/ inline SlackConfiguration& WithVpcConfiguration(DataSourceVpcConfiguration&& value) { SetVpcConfiguration(std::move(value)); return *this;} /** *Specify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline const Aws::VectorSpecify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline bool SlackEntityListHasBeenSet() const { return m_slackEntityListHasBeenSet; } /** *Specify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline void SetSlackEntityList(const Aws::VectorSpecify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline void SetSlackEntityList(Aws::VectorSpecify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline SlackConfiguration& WithSlackEntityList(const Aws::VectorSpecify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline SlackConfiguration& WithSlackEntityList(Aws::VectorSpecify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline SlackConfiguration& AddSlackEntityList(const SlackEntity& value) { m_slackEntityListHasBeenSet = true; m_slackEntityList.push_back(value); return *this; } /** *Specify whether to index public channels, private channels, group messages, * and direct messages. You can specify one or more of these options.
*/ inline SlackConfiguration& AddSlackEntityList(SlackEntity&& value) { m_slackEntityListHasBeenSet = true; m_slackEntityList.push_back(std::move(value)); return *this; } /** * 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.
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.
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.
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.
TRUE
to index bot messages from your Slack workspace team.
TRUE
to index bot messages from your Slack workspace team.
TRUE
to index bot messages from your Slack workspace team.
TRUE
to index bot messages from your Slack workspace team.
TRUE
to exclude archived messages to index from your Slack
* workspace team.
TRUE
to exclude archived messages to index from your Slack
* workspace team.
TRUE
to exclude archived messages to index from your Slack
* workspace team.
TRUE
to exclude archived messages to index from your Slack
* workspace team.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
The date to start crawling your data from your Slack workspace team. The date
* must follow this format: yyyy-mm-dd
.
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.
*Change log updates your index only if new content was added since you last
* synced your data. Updated or deleted content from before you last synced does
* not get updated in your index. To capture updated or deleted content before you
* last synced, set the LookBackPeriod
to the number of hours you want
* change log to look back.
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.
*Change log updates your index only if new content was added since you last
* synced your data. Updated or deleted content from before you last synced does
* not get updated in your index. To capture updated or deleted content before you
* last synced, set the LookBackPeriod
to the number of hours you want
* change log to look back.
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.
*Change log updates your index only if new content was added since you last
* synced your data. Updated or deleted content from before you last synced does
* not get updated in your index. To capture updated or deleted content before you
* last synced, set the LookBackPeriod
to the number of hours you want
* change log to look back.
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.
*Change log updates your index only if new content was added since you last
* synced your data. Updated or deleted content from before you last synced does
* not get updated in your index. To capture updated or deleted content before you
* last synced, set the LookBackPeriod
to the number of hours you want
* change log to look back.
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.
*/ inline const Aws::VectorThe 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.
*/ inline bool PrivateChannelFilterHasBeenSet() const { return m_privateChannelFilterHasBeenSet; } /** *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.
*/ inline void SetPrivateChannelFilter(const Aws::VectorThe 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.
*/ inline void SetPrivateChannelFilter(Aws::VectorThe 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.
*/ inline SlackConfiguration& WithPrivateChannelFilter(const Aws::VectorThe 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.
*/ inline SlackConfiguration& WithPrivateChannelFilter(Aws::VectorThe 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.
*/ inline SlackConfiguration& AddPrivateChannelFilter(const Aws::String& value) { m_privateChannelFilterHasBeenSet = true; m_privateChannelFilter.push_back(value); return *this; } /** *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.
*/ inline SlackConfiguration& AddPrivateChannelFilter(Aws::String&& value) { m_privateChannelFilterHasBeenSet = true; m_privateChannelFilter.push_back(std::move(value)); return *this; } /** *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.
*/ inline SlackConfiguration& AddPrivateChannelFilter(const char* value) { m_privateChannelFilterHasBeenSet = true; m_privateChannelFilter.push_back(value); return *this; } /** *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.
*/ inline const Aws::VectorThe 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.
*/ inline bool PublicChannelFilterHasBeenSet() const { return m_publicChannelFilterHasBeenSet; } /** *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.
*/ inline void SetPublicChannelFilter(const Aws::VectorThe 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.
*/ inline void SetPublicChannelFilter(Aws::VectorThe 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.
*/ inline SlackConfiguration& WithPublicChannelFilter(const Aws::VectorThe 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.
*/ inline SlackConfiguration& WithPublicChannelFilter(Aws::VectorThe 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.
*/ inline SlackConfiguration& AddPublicChannelFilter(const Aws::String& value) { m_publicChannelFilterHasBeenSet = true; m_publicChannelFilter.push_back(value); return *this; } /** *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.
*/ inline SlackConfiguration& AddPublicChannelFilter(Aws::String&& value) { m_publicChannelFilterHasBeenSet = true; m_publicChannelFilter.push_back(std::move(value)); return *this; } /** *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.
*/ inline SlackConfiguration& AddPublicChannelFilter(const char* value) { m_publicChannelFilterHasBeenSet = true; m_publicChannelFilter.push_back(value); return *this; } /** *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.
*/ inline const Aws::VectorA 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.
*/ inline bool InclusionPatternsHasBeenSet() const { return m_inclusionPatternsHasBeenSet; } /** *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.
*/ inline void SetInclusionPatterns(const Aws::VectorA 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.
*/ inline void SetInclusionPatterns(Aws::VectorA 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.
*/ inline SlackConfiguration& WithInclusionPatterns(const Aws::VectorA 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.
*/ inline SlackConfiguration& WithInclusionPatterns(Aws::VectorA 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.
*/ inline SlackConfiguration& AddInclusionPatterns(const Aws::String& value) { m_inclusionPatternsHasBeenSet = true; m_inclusionPatterns.push_back(value); return *this; } /** *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.
*/ inline SlackConfiguration& AddInclusionPatterns(Aws::String&& value) { m_inclusionPatternsHasBeenSet = true; m_inclusionPatterns.push_back(std::move(value)); return *this; } /** *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.
*/ inline SlackConfiguration& AddInclusionPatterns(const char* value) { m_inclusionPatternsHasBeenSet = true; m_inclusionPatterns.push_back(value); return *this; } /** *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.
*/ inline const Aws::VectorA 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.
*/ inline bool ExclusionPatternsHasBeenSet() const { return m_exclusionPatternsHasBeenSet; } /** *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.
*/ inline void SetExclusionPatterns(const Aws::VectorA 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.
*/ inline void SetExclusionPatterns(Aws::VectorA 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.
*/ inline SlackConfiguration& WithExclusionPatterns(const Aws::VectorA 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.
*/ inline SlackConfiguration& WithExclusionPatterns(Aws::VectorA 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.
*/ inline SlackConfiguration& AddExclusionPatterns(const Aws::String& value) { m_exclusionPatternsHasBeenSet = true; m_exclusionPatterns.push_back(value); return *this; } /** *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.
*/ inline SlackConfiguration& AddExclusionPatterns(Aws::String&& value) { m_exclusionPatternsHasBeenSet = true; m_exclusionPatterns.push_back(std::move(value)); return *this; } /** *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.
*/ inline SlackConfiguration& AddExclusionPatterns(const char* value) { m_exclusionPatternsHasBeenSet = true; m_exclusionPatterns.push_back(value); return *this; } /** *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.
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.
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.
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.
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.
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.
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.
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.