@Stability(value=Stable)
public static interface CfnKnowledgeBase.RenderingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKnowledgeBase.RenderingConfigurationProperty.Builder
A builder for
CfnKnowledgeBase.RenderingConfigurationProperty |
static class |
CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
An implementation for
CfnKnowledgeBase.RenderingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnKnowledgeBase.RenderingConfigurationProperty.Builder |
builder() |
default String |
getTemplateUri()
A URI template containing exactly one variable in `${variableName}` format.
|
@Stability(value=Stable) @Nullable default String getTemplateUri()
This can only be set for EXTERNAL knowledge bases. For Salesforce and ServiceNow, the variable must be one of the following:
Id , ArticleNumber , VersionNumber , Title , PublishStatus , or IsDeletednumber , short_description , sys_mod_count , workflow_state , or activeThe variable is replaced with the actual value for a piece of content when calling GetContent .
@Stability(value=Stable) static CfnKnowledgeBase.RenderingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.