/AWS1/CL_EKSINSIGHTRESOURCEDET¶
Returns information about the resource being evaluated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_insightstatus TYPE REF TO /AWS1/CL_EKSINSIGHTSTATUS /AWS1/CL_EKSINSIGHTSTATUS¶
An object containing more detail on the status of the insight resource.
iv_kubernetesresourceuri TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Kubernetes resource URI if applicable.
iv_arn TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
The Amazon Resource Name (ARN) if applicable.
Queryable Attributes¶
insightStatus¶
An object containing more detail on the status of the insight resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTSTATUS() |
Getter for INSIGHTSTATUS |
kubernetesResourceUri¶
The Kubernetes resource URI if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KUBERNETESRESOURCEURI() |
Getter for KUBERNETESRESOURCEURI, with configurable default |
ASK_KUBERNETESRESOURCEURI() |
Getter for KUBERNETESRESOURCEURI w/ exceptions if field has |
HAS_KUBERNETESRESOURCEURI() |
Determine if KUBERNETESRESOURCEURI has a value |
arn¶
The Amazon Resource Name (ARN) if applicable.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSIGHTRESOURCEDETAILS¶
TYPES TT_INSIGHTRESOURCEDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSINSIGHTRESOURCEDET WITH DEFAULT KEY
.