AWS::Wisdom::AIGuardrail AIGuardrailWordPolicyConfig
Word policy config for a guardrail.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ManagedWordListsConfig" :
[ GuardrailManagedWordsConfig, ... ]
, "WordsConfig" :[ GuardrailWordConfig, ... ]
}
Properties
ManagedWordListsConfig
-
A config for the list of managed words.
Required: No
Type: Array of GuardrailManagedWordsConfig
Update requires: No interruption
WordsConfig
-
List of custom word configurations.
Required: No
Type: Array of GuardrailWordConfig
Minimum:
1
Update requires: No interruption