Interface CfnGuardrail.TopicsTierConfigProperty

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

@Stability(Stable) public static interface CfnGuardrail.TopicsTierConfigProperty extends software.amazon.jsii.JsiiSerializable
Guardrail tier config for topic policy.

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.*;
 TopicsTierConfigProperty topicsTierConfigProperty = TopicsTierConfigProperty.builder()
         .tierName("tierName")
         .build();
 

See Also: