interface ContentFiltersTierConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnGuardrailPropsMixin_ContentFiltersTierConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnGuardrailPropsMixin.ContentFiltersTierConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const contentFiltersTierConfigProperty: bedrock_mixins.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