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();
 

See Also: