Interface CfnKnowledgeBase.RenderingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnKnowledgeBase
@Stability(Stable)
public static interface CfnKnowledgeBase.RenderingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Information about how to render the content.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wisdom.*; RenderingConfigurationProperty renderingConfigurationProperty = RenderingConfigurationProperty.builder() .templateUri("templateUri") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnKnowledgeBase.RenderingConfigurationProperty
static final class
An implementation forCfnKnowledgeBase.RenderingConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemplateUri
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
, orIsDeleted
- ServiceNow:
number
,short_description
,sys_mod_count
,workflow_state
, oractive
- Zendesk:
id
,title
,updated_at
, ordraft
The variable is replaced with the actual value for a piece of content when calling GetContent .
- Salesforce:
-
builder
-