libZSservicesZSamazonka-kafkaZSamazonka-kafka
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.Kafka.Types.Tls

Description

 
Synopsis

Documentation

data Tls Source #

Details for client authentication using TLS.

See: newTls smart constructor.

Constructors

Tls' 

Fields

Instances

Instances details
Eq Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Methods

(==) :: Tls -> Tls -> Bool #

(/=) :: Tls -> Tls -> Bool #

Read Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Show Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Methods

showsPrec :: Int -> Tls -> ShowS #

show :: Tls -> String #

showList :: [Tls] -> ShowS #

Generic Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Associated Types

type Rep Tls :: Type -> Type #

Methods

from :: Tls -> Rep Tls x #

to :: Rep Tls x -> Tls #

NFData Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Methods

rnf :: Tls -> () #

Hashable Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

Methods

hashWithSalt :: Int -> Tls -> Int #

hash :: Tls -> Int #

ToJSON Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

FromJSON Tls Source # 
Instance details

Defined in Amazonka.Kafka.Types.Tls

type Rep Tls Source # 
Instance details

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]))))

newTls :: Tls Source #

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.

tls_enabled :: Lens' Tls (Maybe Bool) Source #

Specifies whether you want to enable or disable TLS authentication.

tls_certificateAuthorityArnList :: Lens' Tls (Maybe [Text]) Source #

List of ACM Certificate Authority ARNs.