Class CfnIdentityProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnIdentityProps.Jsii$Proxy
All Implemented Interfaces:
CfnIdentityProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnIdentityProps

@Stability(Stable) @Internal public static final class CfnIdentityProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityProps
An implementation for CfnIdentityProps
  • 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.CfnIdentityProps

    CfnIdentityProps.Builder, CfnIdentityProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnIdentityProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.
    final Object
    Used to enable or disable feedback forwarding for an identity.
    final Object
    Used to enable or disable the custom Mail-From domain configuration for an email identity.
    final String
    The address or domain of the identity, such as sender@example.com or example.co.uk .
    An object that defines the tags (keys and values) that you want to associate with the email identity.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnIdentityProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIdentityProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnIdentityProps
      The address or domain of the identity, such as sender@example.com or example.co.uk .
      Specified by:
      getName in interface CfnIdentityProps
    • getDkimSigningEnabled

      public final Object getDkimSigningEnabled()
      Description copied from interface: CfnIdentityProps
      For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.

      If the value is true , then the messages that you send from the domain are signed using both the DKIM keys for your domain, as well as the keys for the amazonses.com domain. If the value is false , then the messages that you send are only signed using the DKIM keys for the amazonses.com domain.

      Specified by:
      getDkimSigningEnabled in interface CfnIdentityProps
    • getFeedbackForwardingEnabled

      public final Object getFeedbackForwardingEnabled()
      Description copied from interface: CfnIdentityProps
      Used to enable or disable feedback forwarding for an identity.

      This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.

      When you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.

      When you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. 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, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).

      Specified by:
      getFeedbackForwardingEnabled in interface CfnIdentityProps
    • getMailFromAttributes

      public final Object getMailFromAttributes()
      Description copied from interface: CfnIdentityProps
      Used to enable or disable the custom Mail-From domain configuration for an email identity.
      Specified by:
      getMailFromAttributes in interface CfnIdentityProps
    • getTags

      public final List<CfnIdentity.TagsProperty> getTags()
      Description copied from interface: CfnIdentityProps
      An object that defines the tags (keys and values) that you want to associate with the email identity.
      Specified by:
      getTags in interface CfnIdentityProps
    • $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