Class CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.RenderingConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.RenderingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.RenderingConfigurationProperty
An implementation for
CfnKnowledgeBase.RenderingConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnKnowledgeBase.RenderingConfigurationProperty
CfnKnowledgeBase.RenderingConfigurationProperty.Builder, CfnKnowledgeBase.RenderingConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.RenderingConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.RenderingConfigurationProperty.Builder
.
-
-
Method Details
-
getTemplateUri
Description copied from interface:CfnKnowledgeBase.RenderingConfigurationProperty
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 .
- Specified by:
getTemplateUri
in interfaceCfnKnowledgeBase.RenderingConfigurationProperty
- See Also:
- Salesforce:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-