AWS::Wisdom::KnowledgeBase RenderingConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Wisdom::KnowledgeBase RenderingConfiguration

Information about how to render the content.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "TemplateUri" : String }

YAML

TemplateUri: String

Properties

TemplateUri

A URI template containing exactly one variable in ${variableName} format. This can only be set for EXTERNAL knowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:

  • Salesforce: Id, ArticleNumber, VersionNumber, Title, PublishStatus, or IsDeleted

  • ServiceNow: number, short_description, sys_mod_count, workflow_state, or active

  • Zendesk: id, title, updated_at, or draft

The variable is replaced with the actual value for a piece of content when calling GetContent.

Required: No

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption