Interface CfnAIGuardrailPropsMixin.GuardrailManagedWordsConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrailPropsMixin.GuardrailManagedWordsConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAIGuardrailPropsMixin
@Stability(Stable)
public static interface CfnAIGuardrailPropsMixin.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.cfnpropertymixins.services.wisdom.*;
GuardrailManagedWordsConfigProperty guardrailManagedWordsConfigProperty = GuardrailManagedWordsConfigProperty.builder()
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAIGuardrailPropsMixin.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
@Stability(Stable) static CfnAIGuardrailPropsMixin.GuardrailManagedWordsConfigProperty.Builder builder()
-