Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.EKS.Types.ControlPlanePlacementResponse
Description
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' | |
Instances
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.