Class CfnGuardrailMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGuardrailMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGuardrailMixinProps
CfnGuardrailMixinProps-
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.cfnpropertymixins.services.bedrock.CfnGuardrailMixinProps
CfnGuardrailMixinProps.Builder, CfnGuardrailMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGuardrailMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGuardrailMixinProps.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 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 theCfnGuardrailMixinProps.Builder.
-
-
Method Details
-
getAutomatedReasoningPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsConfiguration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.Returns union: either
IResolvableorCfnGuardrailPropsMixin.AutomatedReasoningPolicyConfigProperty- Specified by:
getAutomatedReasoningPolicyConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getBlockedInputMessaging
Description copied from interface:CfnGuardrailMixinPropsThe message to return when the guardrail blocks a prompt.- Specified by:
getBlockedInputMessagingin interfaceCfnGuardrailMixinProps- See Also:
-
getBlockedOutputsMessaging
Description copied from interface:CfnGuardrailMixinPropsThe message to return when the guardrail blocks a model response.- Specified by:
getBlockedOutputsMessagingin interfaceCfnGuardrailMixinProps- See Also:
-
getContentPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsThe content filter policies to configure for the guardrail.Returns union: either
IResolvableorCfnGuardrailPropsMixin.ContentPolicyConfigProperty- Specified by:
getContentPolicyConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getContextualGroundingPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsContextual grounding policy config for a guardrail.Returns union: either
IResolvableorCfnGuardrailPropsMixin.ContextualGroundingPolicyConfigProperty- Specified by:
getContextualGroundingPolicyConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getCrossRegionConfig
Description copied from interface:CfnGuardrailMixinPropsThe 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
IResolvableorCfnGuardrailPropsMixin.GuardrailCrossRegionConfigProperty- Specified by:
getCrossRegionConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getDescription
Description copied from interface:CfnGuardrailMixinPropsA description of the guardrail.- Specified by:
getDescriptionin interfaceCfnGuardrailMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnGuardrailMixinPropsThe ARN of the AWS key that you use to encrypt the guardrail.- Specified by:
getKmsKeyArnin interfaceCfnGuardrailMixinProps- See Also:
-
getName
Description copied from interface:CfnGuardrailMixinPropsThe name of the guardrail.- Specified by:
getNamein interfaceCfnGuardrailMixinProps- See Also:
-
getSensitiveInformationPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsThe sensitive information policy to configure for the guardrail.Returns union: either
IResolvableorCfnGuardrailPropsMixin.SensitiveInformationPolicyConfigProperty- Specified by:
getSensitiveInformationPolicyConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getTags
Description copied from interface:CfnGuardrailMixinPropsThe tags that you want to attach to the guardrail.- Specified by:
getTagsin interfaceCfnGuardrailMixinProps- See Also:
-
getTopicPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsThe topic policies to configure for the guardrail.Returns union: either
IResolvableorCfnGuardrailPropsMixin.TopicPolicyConfigProperty- Specified by:
getTopicPolicyConfigin interfaceCfnGuardrailMixinProps- See Also:
-
getWordPolicyConfig
Description copied from interface:CfnGuardrailMixinPropsThe word policy you configure for the guardrail.Returns union: either
IResolvableorCfnGuardrailPropsMixin.WordPolicyConfigProperty- Specified by:
getWordPolicyConfigin interfaceCfnGuardrailMixinProps- 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()
-