| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.TlsPolicy
Description
Synopsis
- newtype TlsPolicy where
- TlsPolicy' { }
- pattern TlsPolicy_OPTIONAL :: TlsPolicy
- pattern TlsPolicy_REQUIRE :: TlsPolicy
Documentation
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.
Constructors
| TlsPolicy' | |
Fields | |
Bundled Patterns
| pattern TlsPolicy_OPTIONAL :: TlsPolicy | |
| pattern TlsPolicy_REQUIRE :: TlsPolicy |