libZSservicesZSamazonka-eksZSamazonka-eks
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.EKS.Types.Identity

Description

 
Synopsis

Documentation

data Identity Source #

An object representing an identity provider.

See: newIdentity smart constructor.

Constructors

Identity' 

Fields

Instances

Instances details
Eq Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Read Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Show Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Generic Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Associated Types

type Rep Identity :: Type -> Type #

Methods

from :: Identity -> Rep Identity x #

to :: Rep Identity x -> Identity #

NFData Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Methods

rnf :: Identity -> () #

Hashable Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

Methods

hashWithSalt :: Int -> Identity -> Int #

hash :: Identity -> Int #

FromJSON Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

type Rep Identity Source # 
Instance details

Defined in Amazonka.EKS.Types.Identity

type Rep Identity = D1 ('MetaData "Identity" "Amazonka.EKS.Types.Identity" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "Identity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oidc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OIDC))))

newIdentity :: Identity Source #

Create a value of Identity 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:oidc:Identity', identity_oidc - An object representing the OpenID Connect identity provider information.

identity_oidc :: Lens' Identity (Maybe OIDC) Source #

An object representing the OpenID Connect identity provider information.