Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
pattern TlsPolicy_OPTIONAL :: TlsPolicy | |
pattern TlsPolicy_REQUIRE :: TlsPolicy |