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

Description

 
Synopsis

Documentation

data ControlPlanePlacementResponse Source #

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

See: newControlPlanePlacementResponse smart constructor.

Constructors

ControlPlanePlacementResponse' 

Fields

  • groupName :: Maybe Text

    The name of the placement group for the Kubernetes control plane instances.

Instances

Instances details
FromJSON ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

Generic ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

Associated Types

type Rep ControlPlanePlacementResponse :: Type -> Type #

Read ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

Show ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

NFData ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

Eq ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

Hashable ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

type Rep ControlPlanePlacementResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.ControlPlanePlacementResponse

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

newControlPlanePlacementResponse :: ControlPlanePlacementResponse Source #

Create a value of ControlPlanePlacementResponse 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:groupName:ControlPlanePlacementResponse', controlPlanePlacementResponse_groupName - The name of the placement group for the Kubernetes control plane instances.

controlPlanePlacementResponse_groupName :: Lens' ControlPlanePlacementResponse (Maybe Text) Source #

The name of the placement group for the Kubernetes control plane instances.