libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect
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.KafkaConnect.Types.KafkaClusterClientAuthentication

Description

 
Synopsis

Documentation

data KafkaClusterClientAuthentication Source #

The client authentication information used in order to authenticate with the Apache Kafka cluster.

See: newKafkaClusterClientAuthentication smart constructor.

Constructors

KafkaClusterClientAuthentication' 

Fields

Instances

Instances details
Eq KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

Read KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

Show KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

Generic KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

Associated Types

type Rep KafkaClusterClientAuthentication :: Type -> Type #

NFData KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

Hashable KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

ToJSON KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

type Rep KafkaClusterClientAuthentication Source # 
Instance details

Defined in Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication

type Rep KafkaClusterClientAuthentication = D1 ('MetaData "KafkaClusterClientAuthentication" "Amazonka.KafkaConnect.Types.KafkaClusterClientAuthentication" "libZSservicesZSamazonka-kafkaconnectZSamazonka-kafkaconnect" 'False) (C1 ('MetaCons "KafkaClusterClientAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KafkaClusterClientAuthenticationType)))

newKafkaClusterClientAuthentication Source #

Create a value of KafkaClusterClientAuthentication 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:authenticationType:KafkaClusterClientAuthentication', kafkaClusterClientAuthentication_authenticationType - The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.

kafkaClusterClientAuthentication_authenticationType :: Lens' KafkaClusterClientAuthentication KafkaClusterClientAuthenticationType Source #

The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.