Class ConfigurationSetProps.Jsii$Proxy

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

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

    • getConfigurationSetName

      public final String getConfigurationSetName()
      Description copied from interface: ConfigurationSetProps
      A name for the configuration set.

      Default: - a CloudFormation generated name

      Specified by:
      getConfigurationSetName in interface ConfigurationSetProps
    • getCustomTrackingRedirectDomain

      public final String getCustomTrackingRedirectDomain()
      Description copied from interface: ConfigurationSetProps
      The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.

      Default: - use the default awstrack.me domain

      Specified by:
      getCustomTrackingRedirectDomain in interface ConfigurationSetProps
    • getDedicatedIpPool

      public final IDedicatedIpPool getDedicatedIpPool()
      Description copied from interface: ConfigurationSetProps
      The dedicated IP pool to associate with the configuration set.

      Default: - do not use a dedicated IP pool

      Specified by:
      getDedicatedIpPool in interface ConfigurationSetProps
    • getMaxDeliveryDuration

      public final Duration getMaxDeliveryDuration()
      Description copied from interface: ConfigurationSetProps
      The maximum amount of time that Amazon SES API v2 will attempt delivery of email.

      This value must be greater than or equal to 5 minutes and less than or equal to 14 hours.

      Default: undefined - SES defaults to 14 hours

      Specified by:
      getMaxDeliveryDuration in interface ConfigurationSetProps
    • getReputationMetrics

      public final Boolean getReputationMetrics()
      Description copied from interface: ConfigurationSetProps
      Whether to publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

      Default: true

      Specified by:
      getReputationMetrics in interface ConfigurationSetProps
    • getSendingEnabled

      public final Boolean getSendingEnabled()
      Description copied from interface: ConfigurationSetProps
      Whether email sending is enabled.

      Default: true

      Specified by:
      getSendingEnabled in interface ConfigurationSetProps
    • getSuppressionReasons

      public final SuppressionReasons getSuppressionReasons()
      Description copied from interface: ConfigurationSetProps
      The reasons for which recipient email addresses should be automatically added to your account's suppression list.

      Default: - use account level settings

      Specified by:
      getSuppressionReasons in interface ConfigurationSetProps
    • getTlsPolicy

      public final ConfigurationSetTlsPolicy getTlsPolicy()
      Description copied from interface: ConfigurationSetProps
      Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

      Default: ConfigurationSetTlsPolicy.OPTIONAL

      Specified by:
      getTlsPolicy in interface ConfigurationSetProps
    • getVdmOptions

      public final VdmOptions getVdmOptions()
      Description copied from interface: ConfigurationSetProps
      The Virtual Deliverability Manager (VDM) options that apply to the configuration set.

      Default: - VDM options not configured at the configuration set level. In this case, use account level settings. (To set the account level settings using CDK, use the `VdmAttributes` Construct.)

      Specified by:
      getVdmOptions in interface ConfigurationSetProps
    • $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