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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGuardrail.GuardrailCrossRegionConfigProperty
static final class
An implementation forCfnGuardrail.GuardrailCrossRegionConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the guardrail profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGuardrailProfileArn
The Amazon Resource Name (ARN) of the guardrail profile.- See Also:
-
builder
-