@Internal public static final class IEmailForwardingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IEmailForwardingProps.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIEmailForwardingProps.Jsii$Default, IEmailForwardingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.s3.Bucket |
getBucket()
Optional: an S3 bucket to store the received emails.
|
String |
getBucketPrefix()
Optional: a prefix for the email files that are stored on the S3 bucket.
|
String |
getDomainName()
The domain name for which you want to receive emails using SES, e.g.
|
List<IEmailMapping> |
getEmailMappings()
A list of email mappings to define the receive email address and target email addresses to which the emails are forwarded to.
|
String |
getFromPrefix()
A prefix that is used as the sender address of the forwarded mail, e.g.
|
software.amazon.awscdk.services.sns.Topic |
getNotificationTopic()
Optional: an SNS topic to receive notifications about sending events like bounces or complaints.
|
List<String> |
getNotificationTypes()
Optional: a list of
NotificationTypes to define which sending events should be subscribed. |
Boolean |
getVerifyDomain()
Optional: true if you want to verify the domain identity in SES, false otherwise.
|
Boolean |
getVerifyTargetEmailAddresses()
Optional: true if you want to initiate the verification of your target email addresses, false otherwise.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final String getDomainName()
getDomainName in interface IEmailForwardingPropsgetDomainName in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @NotNull public final List<IEmailMapping> getEmailMappings()
getEmailMappings in interface IEmailForwardingPropsgetEmailMappings in interface IEmailForwardingProps.Jsii$DefaultIEmailMapping@Stability(value=Stable) @NotNull public final String getFromPrefix()
getFromPrefix in interface IEmailForwardingPropsgetFromPrefix in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final software.amazon.awscdk.services.s3.Bucket getBucket()
If none is provided, a new one will be created.
Default: A new bucket.
getBucket in interface IEmailForwardingPropsgetBucket in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final String getBucketPrefix()
Default: inbox/
getBucketPrefix in interface IEmailForwardingPropsgetBucketPrefix in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final software.amazon.awscdk.services.sns.Topic getNotificationTopic()
The events are defined by notificationTypes using {@link NotificationType}. If no topic is defined, a new one will be created.
Default: A new SNS topic.
getNotificationTopic in interface IEmailForwardingPropsgetNotificationTopic in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final List<String> getNotificationTypes()
NotificationTypes to define which sending events should be subscribed.
Default: ['Bounce', 'Complaint']
getNotificationTypes in interface IEmailForwardingPropsgetNotificationTypes in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final Boolean getVerifyDomain()
Default: false
getVerifyDomain in interface IEmailForwardingPropsgetVerifyDomain in interface IEmailForwardingProps.Jsii$Default@Stability(value=Stable) @Nullable public final Boolean getVerifyTargetEmailAddresses()
If true, a verification email is sent out to all target email addresses. Then, the owner of an email address needs to verify it by clicking the link in the verification email.
Please note in case you don't verify your sender domain, it's required to verify your target email addresses in order to send mails to them.
Default: false
getVerifyTargetEmailAddresses in interface IEmailForwardingPropsgetVerifyTargetEmailAddresses in interface IEmailForwardingProps.Jsii$DefaultCopyright © 2021. All rights reserved.