@Stability(value=Stable) @Internal public static final class EmailIdentityProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmailIdentityProps
EmailIdentityPropssoftware.amazon.jsii.JsiiObject.InitializationModeEmailIdentityProps.Builder, EmailIdentityProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EmailIdentityProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EmailIdentityProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IConfigurationSet |
getConfigurationSet()
The configuration set to associate with the email identity.
|
DkimIdentity |
getDkimIdentity()
The type of DKIM identity to use.
|
Boolean |
getDkimSigning()
Whether the messages that are sent from the identity are signed using DKIM.
|
Boolean |
getFeedbackForwarding()
Whether to receive email notifications when bounce or complaint events occur.
|
Identity |
getIdentity()
The email address or domain to verify.
|
MailFromBehaviorOnMxFailure |
getMailFromBehaviorOnMxFailure()
The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.
|
String |
getMailFromDomain()
The custom MAIL FROM domain that you want the verified identity to use.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EmailIdentityProps.Builder builder)
EmailIdentityProps.Builder.public final Identity getIdentity()
EmailIdentityPropsgetIdentity in interface EmailIdentityPropspublic final IConfigurationSet getConfigurationSet()
EmailIdentityPropsDefault: - do not use a specific configuration set
getConfigurationSet in interface EmailIdentityPropspublic final DkimIdentity getDkimIdentity()
EmailIdentityPropsDefault: - Easy DKIM with a key length of 2048-bit
getDkimIdentity in interface EmailIdentityPropspublic final Boolean getDkimSigning()
EmailIdentityPropsDefault: true
getDkimSigning in interface EmailIdentityPropspublic final Boolean getFeedbackForwarding()
EmailIdentityProps
These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
Default: true
getFeedbackForwarding in interface EmailIdentityPropspublic final MailFromBehaviorOnMxFailure getMailFromBehaviorOnMxFailure()
EmailIdentityPropsDefault: MailFromBehaviorOnMxFailure.USE_DEFAULT_VALUE
getMailFromBehaviorOnMxFailure in interface EmailIdentityPropspublic final String getMailFromDomain()
EmailIdentityPropsThe MAIL FROM domain must meet the following criteria:
Default: - use amazonses.com
getMailFromDomain in interface EmailIdentityProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.