Class CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty
An implementation for
CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty-
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.ses.CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty
CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Builder, CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.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 StringA policy that states what to do in the case of failure.final StringThe unique identifier of the Amazon Q Business application instance where the email content will be delivered.final StringThe identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.final StringThe Amazon Resource Name (ARN) of the IAM Role to use while delivering to Amazon Q Business.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
protected Jsii$Proxy(CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty.Builder.
-
-
Method Details
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, the specified application has been deleted or the role lacks necessary permissions to call the
qbusiness:BatchPutDocumentAPI.- Specified by:
getActionFailurePolicyin interfaceCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty- See Also:
-
getApplicationId
Description copied from interface:CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionPropertyThe unique identifier of the Amazon Q Business application instance where the email content will be delivered.- Specified by:
getApplicationIdin interfaceCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty- See Also:
-
getIndexId
Description copied from interface:CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionPropertyThe identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.- Specified by:
getIndexIdin interfaceCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionPropertyThe Amazon Resource Name (ARN) of the IAM Role to use while delivering to Amazon Q Business.This role must have access to the
qbusiness:BatchPutDocumentAPI for the given application and index.- Specified by:
getRoleArnin interfaceCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty- 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()
-