libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SESV2.Types.DeliveryOptions

Description

 
Synopsis

Documentation

data DeliveryOptions Source #

Used to associate a configuration set with a dedicated IP pool.

See: newDeliveryOptions smart constructor.

Constructors

DeliveryOptions' 

Fields

  • sendingPoolName :: Maybe Text

    The name of the dedicated IP pool to associate with the configuration set.

  • tlsPolicy :: Maybe TlsPolicy

    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

Instances

Instances details
Eq DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Read DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Show DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Generic DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Associated Types

type Rep DeliveryOptions :: Type -> Type #

NFData DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Methods

rnf :: DeliveryOptions -> () #

Hashable DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

ToJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

FromJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

type Rep DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

type Rep DeliveryOptions = D1 ('MetaData "DeliveryOptions" "Amazonka.SESV2.Types.DeliveryOptions" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "DeliveryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingPoolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsPolicy))))

newDeliveryOptions :: DeliveryOptions Source #

Create a value of DeliveryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sendingPoolName:DeliveryOptions', deliveryOptions_sendingPoolName - The name of the dedicated IP pool to associate with the configuration set.

$sel:tlsPolicy:DeliveryOptions', deliveryOptions_tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

deliveryOptions_sendingPoolName :: Lens' DeliveryOptions (Maybe Text) Source #

The name of the dedicated IP pool to associate with the configuration set.

deliveryOptions_tlsPolicy :: Lens' DeliveryOptions (Maybe TlsPolicy) Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.