| 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.Kafka.Types.Tls
Description
Documentation
Details for client authentication using TLS.
See: newTls smart constructor.
Constructors
| Tls' | |
Instances
| FromJSON Tls Source # | |
| ToJSON Tls Source # | |
Defined in Amazonka.Kafka.Types.Tls | |
| Generic Tls Source # | |
| Read Tls Source # | |
| Show Tls Source # | |
| NFData Tls Source # | |
Defined in Amazonka.Kafka.Types.Tls | |
| Eq Tls Source # | |
| Hashable Tls Source # | |
Defined in Amazonka.Kafka.Types.Tls | |
| type Rep Tls Source # | |
Defined in Amazonka.Kafka.Types.Tls type Rep Tls = D1 ('MetaData "Tls" "Amazonka.Kafka.Types.Tls" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "Tls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateAuthorityArnList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) | |
Create a value of Tls 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:certificateAuthorityArnList:Tls', tls_certificateAuthorityArnList - List of ACM Certificate Authority ARNs.
$sel:enabled:Tls', tls_enabled - Specifies whether you want to turn on or turn off TLS authentication.