Class ReceiptRuleActionConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ReceiptRuleActionConfig.Jsii$Proxy
- All Implemented Interfaces:
ReceiptRuleActionConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ReceiptRuleActionConfig
@Stability(Stable)
@Internal
public static final class ReceiptRuleActionConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ReceiptRuleActionConfig
An implementation for
ReceiptRuleActionConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleActionConfig
ReceiptRuleActionConfig.Builder, ReceiptRuleActionConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theReceiptRuleActionConfig.Builder
.protected
Jsii$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.JsonNode
final boolean
final AddHeaderActionConfig
Adds a header to the received email.final BounceActionConfig
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.final LambdaActionConfig
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.final S3ActionConfig
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.final SNSActionConfig
Publishes the email content within a notification to Amazon SNS.final StopActionConfig
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.final WorkmailActionConfig
Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.final int
hashCode()
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 theReceiptRuleActionConfig.Builder
.
-
-
Method Details
-
getAddHeaderAction
Description copied from interface:ReceiptRuleActionConfig
Adds a header to the received email.- Specified by:
getAddHeaderAction
in interfaceReceiptRuleActionConfig
-
getBounceAction
Description copied from interface:ReceiptRuleActionConfig
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.- Specified by:
getBounceAction
in interfaceReceiptRuleActionConfig
-
getLambdaAction
Description copied from interface:ReceiptRuleActionConfig
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.- Specified by:
getLambdaAction
in interfaceReceiptRuleActionConfig
-
getS3Action
Description copied from interface:ReceiptRuleActionConfig
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.- Specified by:
getS3Action
in interfaceReceiptRuleActionConfig
-
getSnsAction
Description copied from interface:ReceiptRuleActionConfig
Publishes the email content within a notification to Amazon SNS.- Specified by:
getSnsAction
in interfaceReceiptRuleActionConfig
-
getStopAction
Description copied from interface:ReceiptRuleActionConfig
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.- Specified by:
getStopAction
in interfaceReceiptRuleActionConfig
-
getWorkmailAction
Description copied from interface:ReceiptRuleActionConfig
Calls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.- Specified by:
getWorkmailAction
in interfaceReceiptRuleActionConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-