libZSservicesZSamazonka-kafkaZSamazonka-kafka
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.Kafka.Types.Scram

Description

 
Synopsis

Documentation

data Scram Source #

Details for SASL/SCRAM client authentication.

See: newScram smart constructor.

Constructors

Scram' 

Fields

Instances

Instances details
Eq Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Methods

(==) :: Scram -> Scram -> Bool #

(/=) :: Scram -> Scram -> Bool #

Read Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Show Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Methods

showsPrec :: Int -> Scram -> ShowS #

show :: Scram -> String #

showList :: [Scram] -> ShowS #

Generic Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Associated Types

type Rep Scram :: Type -> Type #

Methods

from :: Scram -> Rep Scram x #

to :: Rep Scram x -> Scram #

NFData Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Methods

rnf :: Scram -> () #

Hashable Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

Methods

hashWithSalt :: Int -> Scram -> Int #

hash :: Scram -> Int #

ToJSON Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

FromJSON Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

type Rep Scram Source # 
Instance details

Defined in Amazonka.Kafka.Types.Scram

type Rep Scram = D1 ('MetaData "Scram" "Amazonka.Kafka.Types.Scram" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "Scram'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newScram :: Scram Source #

Create a value of Scram 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:enabled:Scram', scram_enabled - SASL/SCRAM authentication is enabled or not.

scram_enabled :: Lens' Scram (Maybe Bool) Source #

SASL/SCRAM authentication is enabled or not.