Class GuardrailCrossRegionConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.GuardrailCrossRegionConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
GuardrailCrossRegionConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GuardrailCrossRegionConfigProperty
@Stability(Experimental)
@Internal
public static final class GuardrailCrossRegionConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GuardrailCrossRegionConfigProperty
An implementation for
GuardrailCrossRegionConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.GuardrailCrossRegionConfigProperty
GuardrailCrossRegionConfigProperty.Builder, GuardrailCrossRegionConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGuardrailCrossRegionConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theGuardrailCrossRegionConfigProperty.Builder
.
-
-
Method Details
-
getGuardrailProfileArn
Description copied from interface:GuardrailCrossRegionConfigProperty
(experimental) 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.
Default: - No cross-region configuration
- Specified by:
getGuardrailProfileArn
in interfaceGuardrailCrossRegionConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-