AWS::Bedrock::Guardrail TopicsTierConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 TopicsTierConfig

The tier that your guardrail uses for denied topic 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 denied topic filters. Valid values include:

  • CLASSIC tier – Provides established guardrails functionality supporting English, French, and Spanish languages.

  • STANDARD tier – Provides a more robust solution than the CLASSIC 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