/AWS1/CL_GDYEKSCLUSTER¶
Contains information about the Amazon EKS cluster involved in a GuardDuty finding, including cluster identification, status, and network configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
iv_createdat TYPE /AWS1/GDYTIMESTAMP /AWS1/GDYTIMESTAMP¶
The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
iv_status TYPE /AWS1/GDYCLUSTERSTATUS /AWS1/GDYCLUSTERSTATUS¶
The current status of the Amazon EKS cluster.
iv_vpcid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.
it_ec2instanceuids TYPE /AWS1/CL_GDYEC2INSTANCEUIDS_W=>TT_EC2INSTANCEUIDS TT_EC2INSTANCEUIDS¶
A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.
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 |
CreatedAt¶
The timestamp indicating when the Amazon EKS cluster was created, in UTC format.
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 |
Status¶
The current status of the Amazon EKS cluster.
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 |
VpcId¶
The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.
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 |
Ec2InstanceUids¶
A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EC2INSTANCEUIDS() |
Getter for EC2INSTANCEUIDS, with configurable default |
ASK_EC2INSTANCEUIDS() |
Getter for EC2INSTANCEUIDS w/ exceptions if field has no val |
HAS_EC2INSTANCEUIDS() |
Determine if EC2INSTANCEUIDS has a value |