interface GuardrailCrossRegionConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnGuardrail.GuardrailCrossRegionConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnGuardrail_GuardrailCrossRegionConfigProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnGuardrail.GuardrailCrossRegionConfigProperty |
![]() | aws_cdk.aws_bedrock.CfnGuardrail.GuardrailCrossRegionConfigProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnGuardrail » GuardrailCrossRegionConfigProperty |
The system-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.
For more information, see the Amazon Bedrock User Guide .
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-lib';
const guardrailCrossRegionConfigProperty: bedrock.CfnGuardrail.GuardrailCrossRegionConfigProperty = {
guardrailProfileArn: 'guardrailProfileArn',
};
Properties
Name | Type | Description |
---|---|---|
guardrail | string | The Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. |
guardrailProfileArn
Type:
string
The Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using.
Guardrail profile availability depends on your current AWS Region . For more information, see the Amazon Bedrock User Guide .