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.OIDC

Description

 
Synopsis

Documentation

data OIDC Source #

An object representing the OpenID Connect (OIDC) identity provider information for the cluster.

See: newOIDC smart constructor.

Constructors

OIDC' 

Fields

Instances

Instances details
Eq OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Methods

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

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

Read OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Show OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Methods

showsPrec :: Int -> OIDC -> ShowS #

show :: OIDC -> String #

showList :: [OIDC] -> ShowS #

Generic OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Associated Types

type Rep OIDC :: Type -> Type #

Methods

from :: OIDC -> Rep OIDC x #

to :: Rep OIDC x -> OIDC #

NFData OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Methods

rnf :: OIDC -> () #

Hashable OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

Methods

hashWithSalt :: Int -> OIDC -> Int #

hash :: OIDC -> Int #

FromJSON OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

type Rep OIDC Source # 
Instance details

Defined in Amazonka.EKS.Types.OIDC

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

newOIDC :: OIDC Source #

Create a value of OIDC 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:issuer:OIDC', oidc_issuer - The issuer URL for the OIDC identity provider.

oidc_issuer :: Lens' OIDC (Maybe Text) Source #

The issuer URL for the OIDC identity provider.