| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kafka.Types.Sasl
Description
Documentation
Details for client authentication using SASL.
See: newSasl smart constructor.
Constructors
| Sasl' | |
Instances
| FromJSON Sasl Source # | |
| ToJSON Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
| Generic Sasl Source # | |
| Read Sasl Source # | |
| Show Sasl Source # | |
| NFData Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
| Eq Sasl Source # | |
| Hashable Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
| type Rep Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl type Rep Sasl = D1 ('MetaData "Sasl" "Amazonka.Kafka.Types.Sasl" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "Sasl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Iam)) :*: S1 ('MetaSel ('Just "scram") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scram)))) | |
Create a value of Sasl 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:iam:Sasl', sasl_iam - Indicates whether IAM access control is enabled.
$sel:scram:Sasl', sasl_scram - Details for SASL/SCRAM client authentication.