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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGuardrail.TopicsTierConfigProperty
static final class
An implementation forCfnGuardrail.TopicsTierConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTierName
Tier name for tier configuration in topic policy.- See Also:
-
builder
-