Interface CfnGuardrail.GuardrailCrossRegionConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGuardrail.GuardrailCrossRegionConfigProperty.Jsii$Proxy
Enclosing class:
CfnGuardrail

@Stability(Stable) public static interface CfnGuardrail.GuardrailCrossRegionConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrock.*;
 GuardrailCrossRegionConfigProperty guardrailCrossRegionConfigProperty = GuardrailCrossRegionConfigProperty.builder()
         .guardrailProfileArn("guardrailProfileArn")
         .build();
 

See Also: