This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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:
-
CLASSIC
tier – Provides established guardrails functionality supporting English, French, and Spanish languages. -
STANDARD
tier – Provides a more robust solution than theCLASSIC
tier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.
Required: Yes
Type: String
Allowed values:
CLASSIC | STANDARD
Update requires: No interruption
-