/AWS1/CL_EKSOUTPOSTCONFIGREQ¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_outpostarns
TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST
TT_STRINGLIST
¶
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.
iv_controlplaneinstancetype
TYPE /AWS1/EKSSTRING
/AWS1/EKSSTRING
¶
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.
Optional arguments:¶
io_controlplaneplacement
TYPE REF TO /AWS1/CL_EKSCTLPLANEPLCMTREQ
/AWS1/CL_EKSCTLPLANEPLCMTREQ
¶
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.
Queryable Attributes¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPOSTARNS() |
Getter for OUTPOSTARNS, with configurable default |
ASK_OUTPOSTARNS() |
Getter for OUTPOSTARNS w/ exceptions if field has no value |
HAS_OUTPOSTARNS() |
Determine if OUTPOSTARNS has a value |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLPLANEINSTANCETYPE() |
Getter for CONTROLPLANEINSTANCETYPE, with configurable defau |
ASK_CONTROLPLANEINSTANCETYPE() |
Getter for CONTROLPLANEINSTANCETYPE w/ exceptions if field h |
HAS_CONTROLPLANEINSTANCETYPE() |
Determine if CONTROLPLANEINSTANCETYPE has a value |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLPLANEPLACEMENT() |
Getter for CONTROLPLANEPLACEMENT |