interface GuardrailWordConfigProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.GuardrailWordConfigProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_GuardrailWordConfigProperty | 
  Java | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.GuardrailWordConfigProperty | 
  Python | aws_cdk.aws_wisdom.CfnAIGuardrail.GuardrailWordConfigProperty | 
  TypeScript  | aws-cdk-lib » aws_wisdom » CfnAIGuardrail » GuardrailWordConfigProperty | 
A custom word config.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const guardrailWordConfigProperty: wisdom.CfnAIGuardrail.GuardrailWordConfigProperty = {
  text: 'text',
};
Properties
| Name | Type | Description | 
|---|---|---|
| text | string | The custom word text. | 
text
Type:
string
The custom word text.

 .NET
 Go
 Java
 Python
 TypeScript