This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kendra::DataSource SalesforceKnowledgeArticleConfiguration
Provides the configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomKnowledgeArticleTypeConfigurations" :[ SalesforceCustomKnowledgeArticleTypeConfiguration, ... ], "IncludedStates" :[ String, ... ], "StandardKnowledgeArticleTypeConfiguration" :SalesforceStandardKnowledgeArticleTypeConfiguration}
YAML
CustomKnowledgeArticleTypeConfigurations:- SalesforceCustomKnowledgeArticleTypeConfigurationIncludedStates:- StringStandardKnowledgeArticleTypeConfiguration:SalesforceStandardKnowledgeArticleTypeConfiguration
Properties
- CustomKnowledgeArticleTypeConfigurations
- 
                    Configuration information for custom Salesforce knowledge articles. Required: No Type: Array of SalesforceCustomKnowledgeArticleTypeConfiguration Minimum: 1Maximum: 10Update requires: No interruption 
- IncludedStates
- 
                    Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state. Required: Yes Type: Array of String Minimum: 1Maximum: 3Update requires: No interruption 
- StandardKnowledgeArticleTypeConfiguration
- 
                    Configuration information for standard Salesforce knowledge articles. Required: No Type: SalesforceStandardKnowledgeArticleTypeConfiguration Update requires: No interruption