Interface CfnGuardrail.ManagedWordsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardrail.ManagedWordsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnGuardrail
@Stability(Stable)
public static interface CfnGuardrail.ManagedWordsConfigProperty
extends software.amazon.jsii.JsiiSerializable
The managed word list to configure for the guardrail.
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.*; ManagedWordsConfigProperty managedWordsConfigProperty = ManagedWordsConfigProperty.builder() .type("type") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGuardrail.ManagedWordsConfigProperty
static final class
An implementation forCfnGuardrail.ManagedWordsConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The managed word type to configure for the guardrail.- See Also:
-
builder
-