Class CfnIdentity.MailFromAttributesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnIdentity.MailFromAttributesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentity.MailFromAttributesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentity.MailFromAttributesProperty
@Stability(Stable)
@Internal
public static final class CfnIdentity.MailFromAttributesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentity.MailFromAttributesProperty
An implementation for
CfnIdentity.MailFromAttributesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pinpointemail.CfnIdentity.MailFromAttributesProperty
CfnIdentity.MailFromAttributesProperty.Builder, CfnIdentity.MailFromAttributesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentity.MailFromAttributesProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.final String
The name of a domain that an email identity uses as a custom MAIL FROM domain.final int
hashCode()
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 theCfnIdentity.MailFromAttributesProperty.Builder
.
-
-
Method Details
-
getBehaviorOnMxFailure
Description copied from interface:CfnIdentity.MailFromAttributesProperty
The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.When you set this value to
UseDefaultValue
, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value toRejectMessage
, Amazon Pinpoint returns aMailFromDomainNotVerified
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
, andTemporaryFailure
states.- Specified by:
getBehaviorOnMxFailure
in interfaceCfnIdentity.MailFromAttributesProperty
-
getMailFromDomain
Description copied from interface:CfnIdentity.MailFromAttributesProperty
The name of a domain that an email identity uses as a custom MAIL FROM domain.- Specified by:
getMailFromDomain
in interfaceCfnIdentity.MailFromAttributesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-