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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ReceiptRuleActionConfig
ReceiptRuleActionConfig.Builder, ReceiptRuleActionConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theReceiptRuleActionConfig.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 AddHeaderActionConfigAdds a header to the received email.final BounceActionConfigRejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.final LambdaActionConfigCalls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.final S3ActionConfigSaves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.final SNSActionConfigPublishes the email content within a notification to Amazon SNS.final StopActionConfigTerminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.final WorkmailActionConfigCalls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.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 theReceiptRuleActionConfig.Builder.
-
-
Method Details
-
getAddHeaderAction
Description copied from interface:ReceiptRuleActionConfigAdds a header to the received email.- Specified by:
getAddHeaderActionin interfaceReceiptRuleActionConfig
-
getBounceAction
Description copied from interface:ReceiptRuleActionConfigRejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.- Specified by:
getBounceActionin interfaceReceiptRuleActionConfig
-
getLambdaAction
Description copied from interface:ReceiptRuleActionConfigCalls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.- Specified by:
getLambdaActionin interfaceReceiptRuleActionConfig
-
getS3Action
Description copied from interface:ReceiptRuleActionConfigSaves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.- Specified by:
getS3Actionin interfaceReceiptRuleActionConfig
-
getSnsAction
Description copied from interface:ReceiptRuleActionConfigPublishes the email content within a notification to Amazon SNS.- Specified by:
getSnsActionin interfaceReceiptRuleActionConfig
-
getStopAction
Description copied from interface:ReceiptRuleActionConfigTerminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.- Specified by:
getStopActionin interfaceReceiptRuleActionConfig
-
getWorkmailAction
Description copied from interface:ReceiptRuleActionConfigCalls Amazon WorkMail and, optionally, publishes a notification to Amazon SNS.- Specified by:
getWorkmailActionin interfaceReceiptRuleActionConfig
-
$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()
-