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

Description

 
Synopsis

Documentation

data NodegroupHealth Source #

An object representing the health status of the node group.

See: newNodegroupHealth smart constructor.

Constructors

NodegroupHealth' 

Fields

Instances

Instances details
Eq NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Read NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Show NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Generic NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Associated Types

type Rep NodegroupHealth :: Type -> Type #

NFData NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Methods

rnf :: NodegroupHealth -> () #

Hashable NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

FromJSON NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

type Rep NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

type Rep NodegroupHealth = D1 ('MetaData "NodegroupHealth" "Amazonka.EKS.Types.NodegroupHealth" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "NodegroupHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Issue]))))

newNodegroupHealth :: NodegroupHealth Source #

Create a value of NodegroupHealth 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:issues:NodegroupHealth', nodegroupHealth_issues - Any issues that are associated with the node group.

nodegroupHealth_issues :: Lens' NodegroupHealth (Maybe [Issue]) Source #

Any issues that are associated with the node group.