@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-05-11T06:53:16.834Z") @Stability(value=Stable) public class EmailForwardingRuleSet extends software.amazon.awscdk.core.Construct
It also verifies (or at least initiates verification of) the related domains and email addresses in SES.
The construct can be helpful if you don't want to host your own SMTP server but still want to receive emails to your existing email inbox. One use case is if you're just building some sort of landing page and want to quickly setup email receiving for your domain without yet another separate email inbox.
This construct can...
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailForwardingRuleSet.Builder
A fluent builder for
EmailForwardingRuleSet. |
| Modifier | Constructor and Description |
|---|---|
|
EmailForwardingRuleSet(software.amazon.awscdk.core.Construct parent,
String name,
EmailForwardingRuleSetProps props) |
protected |
EmailForwardingRuleSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EmailForwardingRuleSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getEmailForwardingMappings() |
software.amazon.awscdk.services.ses.IReceiptRuleSet |
getRuleSet() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EmailForwardingRuleSet(software.amazon.jsii.JsiiObjectRef objRef)
protected EmailForwardingRuleSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public EmailForwardingRuleSet(@NotNull
software.amazon.awscdk.core.Construct parent,
@NotNull
String name,
@NotNull
EmailForwardingRuleSetProps props)
parent - This parameter is required.name - This parameter is required.props - This parameter is required.Copyright © 2021. All rights reserved.