interface GuardrailWordConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.GuardrailWordConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_GuardrailWordConfigProperty |
![]() | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.GuardrailWordConfigProperty |
![]() | aws_cdk.aws_wisdom.CfnAIGuardrail.GuardrailWordConfigProperty |
![]() | 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.