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 |
Synopsis
- data OutpostConfigRequest = OutpostConfigRequest' {}
- newOutpostConfigRequest :: Text -> OutpostConfigRequest
- outpostConfigRequest_controlPlanePlacement :: Lens' OutpostConfigRequest (Maybe ControlPlanePlacementRequest)
- outpostConfigRequest_outpostArns :: Lens' OutpostConfigRequest [Text]
- outpostConfigRequest_controlPlaneInstanceType :: Lens' OutpostConfigRequest Text
Documentation
data OutpostConfigRequest Source #
The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a cluster on an Outpost, review Creating a local cluster on an Outpost in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.
See: newOutpostConfigRequest
smart constructor.
OutpostConfigRequest' | |
|
Instances
newOutpostConfigRequest Source #
Create a value of OutpostConfigRequest
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:controlPlanePlacement:OutpostConfigRequest'
, outpostConfigRequest_controlPlanePlacement
- An object representing 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.
$sel:outpostArns:OutpostConfigRequest'
, outpostConfigRequest_outpostArns
- The ARN of the Outpost that you want to use for your local Amazon EKS
cluster on Outposts. Only a single Outpost ARN is supported.
$sel:controlPlaneInstanceType:OutpostConfigRequest'
, outpostConfigRequest_controlPlaneInstanceType
- The Amazon EC2 instance type that you want to use for your local Amazon
EKS cluster on Outposts. Choose an instance type based on the number of
nodes that your cluster will have. For more information, see
Capacity considerations
in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
outpostConfigRequest_controlPlanePlacement :: Lens' OutpostConfigRequest (Maybe ControlPlanePlacementRequest) Source #
An object representing 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.
outpostConfigRequest_outpostArns :: Lens' OutpostConfigRequest [Text] Source #
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.
outpostConfigRequest_controlPlaneInstanceType :: Lens' OutpostConfigRequest Text Source #
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide.
The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.