public static final class CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEmailIdentity.MailFromAttributesProperty
CfnEmailIdentity.MailFromAttributesProperty
CfnEmailIdentity.MailFromAttributesProperty.Builder, CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getBehaviorOnMxFailure()
The action to take if the required MX record isn't found when you send an email.
|
java.lang.String |
getMailFromDomain()
The custom MAIL FROM domain that you want the verified identity to use.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBehaviorOnMxFailure()
CfnEmailIdentity.MailFromAttributesProperty
When you set this value to USE_DEFAULT_VALUE
, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE
, the Amazon SES API v2 returns a MailFromDomainNotVerified
error, and doesn't attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
, Failed
, and TemporaryFailure
states.
Valid Values: USE_DEFAULT_VALUE | REJECT_MESSAGE
getBehaviorOnMxFailure
in interface CfnEmailIdentity.MailFromAttributesProperty
public final java.lang.String getMailFromDomain()
CfnEmailIdentity.MailFromAttributesProperty
The MAIL FROM domain must meet the following criteria:
getMailFromDomain
in interface CfnEmailIdentity.MailFromAttributesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()