/AWS1/CL_EKSCOMPUTECONFIGREQ¶
Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/EKSBOXEDBOOLEAN
/AWS1/EKSBOXEDBOOLEAN
¶
Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.
it_nodepools
TYPE /AWS1/CL_EKSSTRINGLIST_W=>TT_STRINGLIST
TT_STRINGLIST
¶
Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.
iv_noderolearn
TYPE /AWS1/EKSSTRING
/AWS1/EKSSTRING
¶
The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.
Queryable Attributes¶
enabled¶
Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
nodePools¶
Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the Amazon EKS User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODEPOOLS() |
Getter for NODEPOOLS, with configurable default |
ASK_NODEPOOLS() |
Getter for NODEPOOLS w/ exceptions if field has no value |
HAS_NODEPOOLS() |
Determine if NODEPOOLS has a value |
nodeRoleArn¶
The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the Amazon EKS User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODEROLEARN() |
Getter for NODEROLEARN, with configurable default |
ASK_NODEROLEARN() |
Getter for NODEROLEARN w/ exceptions if field has no value |
HAS_NODEROLEARN() |
Determine if NODEROLEARN has a value |