Interface CfnAIGuardrail.GuardrailManagedWordsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrail.GuardrailManagedWordsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAIGuardrail
@Stability(Stable)
public static interface CfnAIGuardrail.GuardrailManagedWordsConfigProperty
extends software.amazon.jsii.JsiiSerializable
A managed words config.
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.*;
GuardrailManagedWordsConfigProperty guardrailManagedWordsConfigProperty = GuardrailManagedWordsConfigProperty.builder()
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAIGuardrail.GuardrailManagedWordsConfigPropertystatic final classAn implementation forCfnAIGuardrail.GuardrailManagedWordsConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of guardrail managed words.- See Also:
-
builder
-