Interface CfnAIGuardrail.GuardrailRegexConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAIGuardrail.GuardrailRegexConfigProperty.Jsii$Proxy
- Enclosing class:
CfnAIGuardrail
@Stability(Stable)
public static interface CfnAIGuardrail.GuardrailRegexConfigProperty
extends software.amazon.jsii.JsiiSerializable
A regex configuration.
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.*;
GuardrailRegexConfigProperty guardrailRegexConfigProperty = GuardrailRegexConfigProperty.builder()
.action("action")
.name("name")
.pattern("pattern")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAIGuardrail.GuardrailRegexConfigPropertystatic final classAn implementation forCfnAIGuardrail.GuardrailRegexConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action of the guardrail regex configuration.- See Also:
-
getName
A regex configuration.- See Also:
-
getPattern
The regex pattern.- See Also:
-
getDescription
The regex description.- See Also:
-
builder
-