Class CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEmailIdentity.MailFromAttributesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEmailIdentity.MailFromAttributesProperty
@Stability(Stable)
@Internal
public static final class CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEmailIdentity.MailFromAttributesProperty
An implementation for
CfnEmailIdentity.MailFromAttributesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnEmailIdentity.MailFromAttributesProperty
CfnEmailIdentity.MailFromAttributesProperty.Builder, CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEmailIdentity.MailFromAttributesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEmailIdentity.MailFromAttributesProperty.Builder.
-
-
Method Details
-
getBehaviorOnMxFailure
Description copied from interface:CfnEmailIdentity.MailFromAttributesPropertyThe action to take if the required MX record isn't found when you send an email.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 toREJECT_MESSAGE, the Amazon SES API v2 returns aMailFromDomainNotVerifiederror, and doesn't attempt to deliver the email.These behaviors are taken when the custom MAIL FROM domain configuration is in the
Pending,Failed, andTemporaryFailurestates.Valid Values:
USE_DEFAULT_VALUE | REJECT_MESSAGE- Specified by:
getBehaviorOnMxFailurein interfaceCfnEmailIdentity.MailFromAttributesProperty- See Also:
-
getMailFromDomain
Description copied from interface:CfnEmailIdentity.MailFromAttributesPropertyThe custom MAIL FROM domain that you want the verified identity to use.The MAIL FROM domain must meet the following criteria:
- It has to be a subdomain of the verified identity.
- It can't be used to receive email.
- It can't be used in a "From" address if the MAIL FROM domain is a destination for feedback forwarding emails.
- Specified by:
getMailFromDomainin interfaceCfnEmailIdentity.MailFromAttributesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-