amazonka-kafka-2.0: Amazon Managed Streaming for Kafka SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kafka.Types.Iam

Description

 
Synopsis

Documentation

data Iam Source #

Details for IAM access control.

See: newIam smart constructor.

Constructors

Iam' 

Fields

Instances

Instances details
FromJSON Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

ToJSON Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Generic Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Associated Types

type Rep Iam :: Type -> Type #

Methods

from :: Iam -> Rep Iam x #

to :: Rep Iam x -> Iam #

Read Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Show Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Methods

showsPrec :: Int -> Iam -> ShowS #

show :: Iam -> String #

showList :: [Iam] -> ShowS #

NFData Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Methods

rnf :: Iam -> () #

Eq Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Methods

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

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

Hashable Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

Methods

hashWithSalt :: Int -> Iam -> Int #

hash :: Iam -> Int #

type Rep Iam Source # 
Instance details

Defined in Amazonka.Kafka.Types.Iam

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

newIam :: Iam Source #

Create a value of Iam 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:Iam', iam_enabled - Indicates whether IAM access control is enabled.

iam_enabled :: Lens' Iam (Maybe Bool) Source #

Indicates whether IAM access control is enabled.