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 KafkaClusterClientAuthenticationDescription = KafkaClusterClientAuthenticationDescription' {}
- newKafkaClusterClientAuthenticationDescription :: KafkaClusterClientAuthenticationDescription
- kafkaClusterClientAuthenticationDescription_authenticationType :: Lens' KafkaClusterClientAuthenticationDescription (Maybe KafkaClusterClientAuthenticationType)
Documentation
data KafkaClusterClientAuthenticationDescription Source #
The client authentication information used in order to authenticate with the Apache Kafka cluster.
See: newKafkaClusterClientAuthenticationDescription
smart constructor.
KafkaClusterClientAuthenticationDescription' | |
|
Instances
newKafkaClusterClientAuthenticationDescription :: KafkaClusterClientAuthenticationDescription Source #
Create a value of KafkaClusterClientAuthenticationDescription
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:KafkaClusterClientAuthenticationDescription'
, kafkaClusterClientAuthenticationDescription_authenticationType
- The type of client authentication used to connect to the Apache Kafka
cluster. Value NONE means that no client authentication is used.
kafkaClusterClientAuthenticationDescription_authenticationType :: Lens' KafkaClusterClientAuthenticationDescription (Maybe KafkaClusterClientAuthenticationType) Source #
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.