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
  • Constructor Details

  • Method Details

    • getBehaviorOnMxFailure

      public final String 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 to RejectMessage , Amazon Pinpoint 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.

      Specified by:
      getBehaviorOnMxFailure in interface CfnIdentity.MailFromAttributesProperty
    • getMailFromDomain

      public final String 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 interface CfnIdentity.MailFromAttributesProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object