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
- data KafkaClusterClientAuthentication = KafkaClusterClientAuthentication' {}
- newKafkaClusterClientAuthentication :: KafkaClusterClientAuthenticationType -> KafkaClusterClientAuthentication
- kafkaClusterClientAuthentication_authenticationType :: Lens' KafkaClusterClientAuthentication KafkaClusterClientAuthenticationType
Documentation
data KafkaClusterClientAuthentication Source #
The client authentication information used in order to authenticate with the Apache Kafka cluster.
See: newKafkaClusterClientAuthentication
smart constructor.
KafkaClusterClientAuthentication' | |
|
Instances
Eq KafkaClusterClientAuthentication Source # | |
Read KafkaClusterClientAuthentication Source # | |
Show KafkaClusterClientAuthentication Source # | |
Generic KafkaClusterClientAuthentication Source # | |
NFData KafkaClusterClientAuthentication Source # | |
Hashable KafkaClusterClientAuthentication Source # | |
ToJSON KafkaClusterClientAuthentication Source # | |
type Rep KafkaClusterClientAuthentication Source # | |
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.