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