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 |
Documentation
Details for client authentication using SASL.
See: newSasl
smart constructor.
Instances
Eq Sasl Source # | |
Read Sasl Source # | |
Show Sasl Source # | |
Generic Sasl Source # | |
NFData Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
Hashable Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
ToJSON Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl | |
FromJSON Sasl Source # | |
type Rep Sasl Source # | |
Defined in Amazonka.Kafka.Types.Sasl type Rep Sasl = D1 ('MetaData "Sasl" "Amazonka.Kafka.Types.Sasl" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" '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.