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
  • Constructor Details

  • Method Details

    • getTemplateUri

      public final String 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 , 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 .

      Specified by:
      getTemplateUri in interface CfnKnowledgeBase.RenderingConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object