interface GuardrailManagedWordsConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIGuardrail.GuardrailManagedWordsConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIGuardrail_GuardrailManagedWordsConfigProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIGuardrail.GuardrailManagedWordsConfigProperty |
Python | aws_cdk.aws_wisdom.CfnAIGuardrail.GuardrailManagedWordsConfigProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIGuardrail » GuardrailManagedWordsConfigProperty |
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 { aws_wisdom as wisdom } from 'aws-cdk-lib';
const guardrailManagedWordsConfigProperty: wisdom.CfnAIGuardrail.GuardrailManagedWordsConfigProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | The type of guardrail managed words. |
type
Type:
string
The type of guardrail managed words.

.NET
Go
Java
Python
TypeScript