Class CfnGuardrailProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnGuardrailProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGuardrailProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGuardrailProps
@Stability(Stable)
@Internal
public static final class CfnGuardrailProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGuardrailProps
An implementation for
CfnGuardrailProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnGuardrailProps
CfnGuardrailProps.Builder, CfnGuardrailProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGuardrailProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGuardrailProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe message to return when the guardrail blocks a prompt.final StringThe message to return when the guardrail blocks a model response.final ObjectThe content filter policies to configure for the guardrail.final ObjectContextual grounding policy config for a guardrail.final StringA description of the guardrail.final StringThe ARN of the AWS KMS key that you use to encrypt the guardrail.final StringgetName()The name of the guardrail.final ObjectThe sensitive information policy to configure for the guardrail.getTags()The tags that you want to attach to the guardrail.final ObjectThe topic policies to configure for the guardrail.final ObjectThe word policy you configure for the guardrail.final inthashCode()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 theCfnGuardrailProps.Builder.
-
-
Method Details
-
getBlockedInputMessaging
Description copied from interface:CfnGuardrailPropsThe message to return when the guardrail blocks a prompt.- Specified by:
getBlockedInputMessagingin interfaceCfnGuardrailProps- See Also:
-
getBlockedOutputsMessaging
Description copied from interface:CfnGuardrailPropsThe message to return when the guardrail blocks a model response.- Specified by:
getBlockedOutputsMessagingin interfaceCfnGuardrailProps- See Also:
-
getName
Description copied from interface:CfnGuardrailPropsThe name of the guardrail.- Specified by:
getNamein interfaceCfnGuardrailProps- See Also:
-
getContentPolicyConfig
Description copied from interface:CfnGuardrailPropsThe content filter policies to configure for the guardrail.- Specified by:
getContentPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getContextualGroundingPolicyConfig
Description copied from interface:CfnGuardrailPropsContextual grounding policy config for a guardrail.- Specified by:
getContextualGroundingPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getDescription
Description copied from interface:CfnGuardrailPropsA description of the guardrail.- Specified by:
getDescriptionin interfaceCfnGuardrailProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnGuardrailPropsThe ARN of the AWS KMS key that you use to encrypt the guardrail.- Specified by:
getKmsKeyArnin interfaceCfnGuardrailProps- See Also:
-
getSensitiveInformationPolicyConfig
Description copied from interface:CfnGuardrailPropsThe sensitive information policy to configure for the guardrail.- Specified by:
getSensitiveInformationPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getTags
Description copied from interface:CfnGuardrailPropsThe tags that you want to attach to the guardrail.- Specified by:
getTagsin interfaceCfnGuardrailProps- See Also:
-
getTopicPolicyConfig
Description copied from interface:CfnGuardrailPropsThe topic policies to configure for the guardrail.- Specified by:
getTopicPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getWordPolicyConfig
Description copied from interface:CfnGuardrailPropsThe word policy you configure for the guardrail.- Specified by:
getWordPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-