interface GuardrailCrossRegionConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.GuardrailCrossRegionConfigProperty |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#GuardrailCrossRegionConfigProperty |
![]() | software.amazon.awscdk.services.bedrock.alpha.GuardrailCrossRegionConfigProperty |
![]() | aws_cdk.aws_bedrock_alpha.GuardrailCrossRegionConfigProperty |
![]() | @aws-cdk/aws-bedrock-alpha » GuardrailCrossRegionConfigProperty |
GuardrailCrossRegionConfigProperty.
Example
const guardrail = new bedrock.Guardrail(this, 'bedrockGuardrails', {
guardrailName: 'my-BedrockGuardrails',
description: 'Guardrail with cross-region configuration for enhanced language support',
crossRegionConfig: {
guardrailProfileArn: 'arn:aws:bedrock:us-east-1:123456789012:guardrail-profile/my-profile',
},
// Use STANDARD tier for enhanced capabilities
contentFiltersTierConfig: bedrock.TierConfig.STANDARD,
topicsTierConfig: bedrock.TierConfig.STANDARD,
});
Properties
Name | Type | Description |
---|---|---|
guardrail | string | The arn of thesystem-defined guardrail profile that you're using with your guardrail. |
guardrailProfileArn
Type:
string
The arn of thesystem-defined guardrail profile that you're using with your guardrail.
Guardrail profiles define the destination AWS Regions where guardrail inference requests can be automatically routed. Using guardrail profiles helps maintain guardrail performance and reliability when demand increases.