/AWS1/CL_GDYEKSCLUSTERDETAILS¶
Details about the EKS cluster involved in a Kubernetes finding.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
EKS cluster name.
iv_arn
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
EKS cluster ARN.
iv_vpcid
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The VPC ID to which the EKS cluster is attached.
iv_status
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The EKS cluster status.
it_tags
TYPE /AWS1/CL_GDYTAG=>TT_TAGS
TT_TAGS
¶
The EKS cluster tags.
iv_createdat
TYPE /AWS1/GDYTIMESTAMP
/AWS1/GDYTIMESTAMP
¶
The timestamp when the EKS cluster was created.
Queryable Attributes¶
Name¶
EKS cluster name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Arn¶
EKS cluster ARN.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
VpcId¶
The VPC ID to which the EKS cluster is attached.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VPCID() |
Getter for VPCID, with configurable default |
ASK_VPCID() |
Getter for VPCID w/ exceptions if field has no value |
HAS_VPCID() |
Determine if VPCID has a value |
Status¶
The EKS cluster status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Tags¶
The EKS cluster tags.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
CreatedAt¶
The timestamp when the EKS cluster was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |