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

Description

 
Synopsis

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.

Constructors

OutpostConfigRequest' 

Fields

  • controlPlanePlacement :: Maybe ControlPlanePlacementRequest

    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.

  • outpostArns :: [Text]

    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.

  • controlPlaneInstanceType :: Text

    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.

Instances

Instances details
ToJSON OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

Generic OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

Associated Types

type Rep OutpostConfigRequest :: Type -> Type #

Read OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

Show OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

NFData OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

Methods

rnf :: OutpostConfigRequest -> () #

Eq OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

Hashable OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

type Rep OutpostConfigRequest Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigRequest

type Rep OutpostConfigRequest = D1 ('MetaData "OutpostConfigRequest" "Amazonka.EKS.Types.OutpostConfigRequest" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "OutpostConfigRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlPlanePlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlPlanePlacementRequest)) :*: (S1 ('MetaSel ('Just "outpostArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "controlPlaneInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.