Class CfnGuardrailProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGuardrailProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGuardrailProps
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 ObjectConfiguration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.final 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 ObjectThe system-defined guardrail profile that you're using with your 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:
-
getAutomatedReasoningPolicyConfig
Description copied from interface:CfnGuardrailPropsConfiguration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.Returns union: either
IResolvableorCfnGuardrail.AutomatedReasoningPolicyConfigProperty- Specified by:
getAutomatedReasoningPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getContentPolicyConfig
Description copied from interface:CfnGuardrailPropsThe content filter policies to configure for the guardrail.Returns union: either
IResolvableorCfnGuardrail.ContentPolicyConfigProperty- Specified by:
getContentPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getContextualGroundingPolicyConfig
Description copied from interface:CfnGuardrailPropsContextual grounding policy config for a guardrail.Returns union: either
IResolvableorCfnGuardrail.ContextualGroundingPolicyConfigProperty- Specified by:
getContextualGroundingPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getCrossRegionConfig
Description copied from interface:CfnGuardrailPropsThe 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 .
Returns union: either
IResolvableorCfnGuardrail.GuardrailCrossRegionConfigProperty- Specified by:
getCrossRegionConfigin 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.Returns union: either
IResolvableorCfnGuardrail.SensitiveInformationPolicyConfigProperty- 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.Returns union: either
IResolvableorCfnGuardrail.TopicPolicyConfigProperty- Specified by:
getTopicPolicyConfigin interfaceCfnGuardrailProps- See Also:
-
getWordPolicyConfig
Description copied from interface:CfnGuardrailPropsThe word policy you configure for the guardrail.Returns union: either
IResolvableorCfnGuardrail.WordPolicyConfigProperty- 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()
-