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

Description

 
Synopsis

Documentation

data OutpostConfigResponse Source #

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

See: newOutpostConfigResponse smart constructor.

Constructors

OutpostConfigResponse' 

Fields

Instances

Instances details
FromJSON OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

Generic OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

Associated Types

type Rep OutpostConfigResponse :: Type -> Type #

Read OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

Show OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

NFData OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

Methods

rnf :: OutpostConfigResponse -> () #

Eq OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

Hashable OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

type Rep OutpostConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.OutpostConfigResponse

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

newOutpostConfigResponse Source #

Create a value of OutpostConfigResponse 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:OutpostConfigResponse', outpostConfigResponse_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:OutpostConfigResponse', outpostConfigResponse_outpostArns - The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

$sel:controlPlaneInstanceType:OutpostConfigResponse', outpostConfigResponse_controlPlaneInstanceType - The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.

outpostConfigResponse_controlPlanePlacement :: Lens' OutpostConfigResponse (Maybe ControlPlanePlacementResponse) 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.

outpostConfigResponse_outpostArns :: Lens' OutpostConfigResponse [Text] Source #

The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

outpostConfigResponse_controlPlaneInstanceType :: Lens' OutpostConfigResponse Text Source #

The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.