/AWS1/CL_GDYCOVERAGEEKSCLSTD00¶
Information about the EKS cluster that has a coverage status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clustername TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Name of the EKS cluster.
iv_coverednodes TYPE /AWS1/GDYLONG /AWS1/GDYLONG¶
Represents the nodes within the EKS cluster that have a
HEALTHYcoverage status.
iv_compatiblenodes TYPE /AWS1/GDYLONG /AWS1/GDYLONG¶
Represents all the nodes within the EKS cluster in your account.
io_addondetails TYPE REF TO /AWS1/CL_GDYADDONDETAILS /AWS1/CL_GDYADDONDETAILS¶
Information about the installed EKS add-on.
iv_managementtype TYPE /AWS1/GDYMANAGEMENTTYPE /AWS1/GDYMANAGEMENTTYPE¶
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGEDindicates GuardDuty deploys and manages updates for this resource.
MANUALindicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.
Queryable Attributes¶
ClusterName¶
Name of the EKS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERNAME() |
Getter for CLUSTERNAME, with configurable default |
ASK_CLUSTERNAME() |
Getter for CLUSTERNAME w/ exceptions if field has no value |
HAS_CLUSTERNAME() |
Determine if CLUSTERNAME has a value |
CoveredNodes¶
Represents the nodes within the EKS cluster that have a
HEALTHYcoverage status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COVEREDNODES() |
Getter for COVEREDNODES, with configurable default |
ASK_COVEREDNODES() |
Getter for COVEREDNODES w/ exceptions if field has no value |
HAS_COVEREDNODES() |
Determine if COVEREDNODES has a value |
CompatibleNodes¶
Represents all the nodes within the EKS cluster in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPATIBLENODES() |
Getter for COMPATIBLENODES, with configurable default |
ASK_COMPATIBLENODES() |
Getter for COMPATIBLENODES w/ exceptions if field has no val |
HAS_COMPATIBLENODES() |
Determine if COMPATIBLENODES has a value |
AddonDetails¶
Information about the installed EKS add-on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDONDETAILS() |
Getter for ADDONDETAILS |
ManagementType¶
Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.
AUTO_MANAGEDindicates GuardDuty deploys and manages updates for this resource.
MANUALindicates that you are responsible to deploy, update, and manage the Amazon EKS add-on GuardDuty agent for this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGEMENTTYPE() |
Getter for MANAGEMENTTYPE, with configurable default |
ASK_MANAGEMENTTYPE() |
Getter for MANAGEMENTTYPE w/ exceptions if field has no valu |
HAS_MANAGEMENTTYPE() |
Determine if MANAGEMENTTYPE has a value |