@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-05-11T06:53:16.829Z") @Stability(value=Stable) public class EmailForwardingRule extends software.amazon.awscdk.core.Construct
EmailForwardingRuleSet or as a standalone rule.
It creates two rule actions:
The Lambda function is using the NPM package aws-lambda-ses-forwarder to forward the mails.
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailForwardingRule.Builder
A fluent builder for
EmailForwardingRule. |
| Modifier | Constructor and Description |
|---|---|
|
EmailForwardingRule(software.amazon.awscdk.core.Construct parent,
String name,
EmailForwardingRuleProps props) |
protected |
EmailForwardingRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EmailForwardingRule(software.amazon.jsii.JsiiObjectRef objRef) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EmailForwardingRule(software.amazon.jsii.JsiiObjectRef objRef)
protected EmailForwardingRule(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public EmailForwardingRule(@NotNull
software.amazon.awscdk.core.Construct parent,
@NotNull
String name,
@NotNull
EmailForwardingRuleProps props)
parent - This parameter is required.name - This parameter is required.props - This parameter is required.Copyright © 2021. All rights reserved.