Class DkimIdentityConfig.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class DkimIdentityConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DkimIdentityConfig
An implementation for DkimIdentityConfig
  • 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(DkimIdentityConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DkimIdentityConfig.Builder.
  • Method Details

    • getDomainSigningPrivateKey

      public final String getDomainSigningPrivateKey()
      Description copied from interface: DkimIdentityConfig
      A private key that's used to generate a DKIM signature.

      Default: - use Easy DKIM

      Specified by:
      getDomainSigningPrivateKey in interface DkimIdentityConfig
    • getDomainSigningSelector

      public final String getDomainSigningSelector()
      Description copied from interface: DkimIdentityConfig
      A string that's used to identify a public key in the DNS configuration for a domain.

      Default: - use Easy DKIM

      Specified by:
      getDomainSigningSelector in interface DkimIdentityConfig
    • getNextSigningKeyLength

      public final EasyDkimSigningKeyLength getNextSigningKeyLength()
      Description copied from interface: DkimIdentityConfig
      The key length of the future DKIM key pair to be generated.

      This can be changed at most once per day.

      Default: EasyDkimSigningKeyLength.RSA_2048_BIT

      Specified by:
      getNextSigningKeyLength in interface DkimIdentityConfig
    • $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