libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
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.EMRContainers.Types.EksInfo

Description

 
Synopsis

Documentation

data EksInfo Source #

The information about the EKS cluster.

See: newEksInfo smart constructor.

Constructors

EksInfo' 

Fields

Instances

Instances details
Eq EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Methods

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

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

Read EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Show EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Generic EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Associated Types

type Rep EksInfo :: Type -> Type #

Methods

from :: EksInfo -> Rep EksInfo x #

to :: Rep EksInfo x -> EksInfo #

NFData EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Methods

rnf :: EksInfo -> () #

Hashable EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

Methods

hashWithSalt :: Int -> EksInfo -> Int #

hash :: EksInfo -> Int #

ToJSON EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

FromJSON EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

type Rep EksInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.EksInfo

type Rep EksInfo = D1 ('MetaData "EksInfo" "Amazonka.EMRContainers.Types.EksInfo" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "EksInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEksInfo :: EksInfo Source #

Create a value of EksInfo 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:namespace:EksInfo', eksInfo_namespace - The namespaces of the EKS cluster.

eksInfo_namespace :: Lens' EksInfo (Maybe Text) Source #

The namespaces of the EKS cluster.