Class CfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.DeliverToQBusinessActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.DeliverToQBusinessActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.DeliverToQBusinessActionProperty
An implementation for
CfnMailManagerRuleSet.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.services.ses.CfnMailManagerRuleSet.DeliverToQBusinessActionProperty
CfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Builder, CfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.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
Constructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.DeliverToQBusinessActionProperty.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnMailManagerRuleSet.DeliverToQBusinessActionPropertyThe unique identifier of the Amazon Q Business application instance where the email content will be delivered.- Specified by:
getApplicationIdin interfaceCfnMailManagerRuleSet.DeliverToQBusinessActionProperty- See Also:
-
getIndexId
Description copied from interface:CfnMailManagerRuleSet.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 interfaceCfnMailManagerRuleSet.DeliverToQBusinessActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSet.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 interfaceCfnMailManagerRuleSet.DeliverToQBusinessActionProperty- See Also:
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.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 interfaceCfnMailManagerRuleSet.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()
-