amazonka-eks-2.0: Amazon Elastic Kubernetes Service 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.EKS.Types.IdentityProviderConfig

Description

 
Synopsis

Documentation

data IdentityProviderConfig Source #

An object representing an identity provider configuration.

See: newIdentityProviderConfig smart constructor.

Constructors

IdentityProviderConfig' 

Fields

  • type' :: Text

    The type of the identity provider configuration. The only type available is oidc.

  • name :: Text

    The name of the identity provider configuration.

Instances

Instances details
FromJSON IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

ToJSON IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

Generic IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

Associated Types

type Rep IdentityProviderConfig :: Type -> Type #

Read IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

Show IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

NFData IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

Methods

rnf :: IdentityProviderConfig -> () #

Eq IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

Hashable IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

type Rep IdentityProviderConfig Source # 
Instance details

Defined in Amazonka.EKS.Types.IdentityProviderConfig

type Rep IdentityProviderConfig = D1 ('MetaData "IdentityProviderConfig" "Amazonka.EKS.Types.IdentityProviderConfig" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "IdentityProviderConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIdentityProviderConfig Source #

Create a value of IdentityProviderConfig 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:type':IdentityProviderConfig', identityProviderConfig_type - The type of the identity provider configuration. The only type available is oidc.

$sel:name:IdentityProviderConfig', identityProviderConfig_name - The name of the identity provider configuration.

identityProviderConfig_type :: Lens' IdentityProviderConfig Text Source #

The type of the identity provider configuration. The only type available is oidc.

identityProviderConfig_name :: Lens' IdentityProviderConfig Text Source #

The name of the identity provider configuration.