Class GuardrailAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.GuardrailAttributes.Jsii$Proxy
- All Implemented Interfaces:
GuardrailAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GuardrailAttributes
@Stability(Experimental)
@Internal
public static final class GuardrailAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GuardrailAttributes
An implementation for
GuardrailAttributes
-
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.GuardrailAttributes
GuardrailAttributes.Builder, GuardrailAttributes.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(GuardrailAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theGuardrailAttributes.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The ARN of the guardrail.final String
(experimental) The version of the guardrail.final IKey
(experimental) The KMS key of the guardrail if custom encryption is configured.final int
hashCode()
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 theGuardrailAttributes.Builder
.
-
-
Method Details
-
getGuardrailArn
Description copied from interface:GuardrailAttributes
(experimental) The ARN of the guardrail.At least one of guardrailArn or guardrailId must be defined in order to initialize a guardrail ref.
- Specified by:
getGuardrailArn
in interfaceGuardrailAttributes
-
getGuardrailVersion
Description copied from interface:GuardrailAttributes
(experimental) The version of the guardrail.Default: "DRAFT"
- Specified by:
getGuardrailVersion
in interfaceGuardrailAttributes
-
getKmsKey
Description copied from interface:GuardrailAttributes
(experimental) The KMS key of the guardrail if custom encryption is configured.Default: undefined - Means data is encrypted by default with a AWS-managed key
- Specified by:
getKmsKey
in interfaceGuardrailAttributes
-
$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()
-