/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 for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.
For more information, see Capacity considerations in the Amazon EKS User Guide.
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.
iv_etcdinstancetype TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.
io_etcdplacement TYPE REF TO /AWS1/CL_EKSETCDPLCMTREQUEST /AWS1/CL_EKSETCDPLCMTREQUEST¶
An object representing the placement configuration for the etcd 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 for the Kubernetes control plane instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all control plane instances and cannot be changed after cluster creation.
For more information, see Capacity considerations in the Amazon EKS User Guide.
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 |
etcdInstanceType¶
The Amazon EC2 instance type for etcd instances of your local Amazon EKS cluster on Amazon Web Services Outposts. This instance type applies to all etcd instances and cannot be changed after cluster creation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ETCDINSTANCETYPE() |
Getter for ETCDINSTANCETYPE, with configurable default |
ASK_ETCDINSTANCETYPE() |
Getter for ETCDINSTANCETYPE w/ exceptions if field has no va |
HAS_ETCDINSTANCETYPE() |
Determine if ETCDINSTANCETYPE has a value |
etcdPlacement¶
An object representing the placement configuration for the etcd 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_ETCDPLACEMENT() |
Getter for ETCDPLACEMENT |