Interface CfnGuardrail.TopicConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGuardrail.TopicConfigProperty.Jsii$Proxy
Enclosing class:
CfnGuardrail

@Stability(Stable) public static interface CfnGuardrail.TopicConfigProperty extends software.amazon.jsii.JsiiSerializable
Details about topics for the guardrail to identify and deny.

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.bedrock.*;
 TopicConfigProperty topicConfigProperty = TopicConfigProperty.builder()
         .definition("definition")
         .name("name")
         .type("type")
         // the properties below are optional
         .examples(List.of("examples"))
         .build();
 

See Also: