This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Bedrock::Guardrail ContentFiltersTierConfig
The tier that your guardrail uses for content filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "TierName" :String}
YAML
TierName:String
Properties
TierName- 
                    
The tier that your guardrail uses for content filters. Valid values include:
- 
                            
CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages. - 
                            
STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference. 
Required: Yes
Type: String
Allowed values:
CLASSIC | STANDARDUpdate requires: No interruption
 -