interface ContentFiltersTierConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnGuardrailPropsMixin_ContentFiltersTierConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnGuardrailPropsMixin » ContentFiltersTierConfigProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const contentFiltersTierConfigProperty: bedrock.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty = {
tierName: 'tierName',
};
Properties
| Name | Type | Description |
|---|---|---|
| tier | string | The tier that your guardrail uses for content filters. Valid values include:. |
tierName?
Type:
string
(optional)
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 .

.NET
Go
Java
Python
TypeScript