EksCluster

Contains information about the Amazon EKS cluster involved in a GuardDuty finding, including cluster identification, status, and network configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that uniquely identifies the Amazon EKS cluster involved in the finding.

Link copied to clipboard

The timestamp indicating when the Amazon EKS cluster was created, in UTC format.

Link copied to clipboard

A list of unique identifiers for the Amazon EC2 instances that serve as worker nodes in the Amazon EKS cluster.

Link copied to clipboard

The current status of the Amazon EKS cluster.

Link copied to clipboard

The ID of the Amazon Virtual Private Cloud (Amazon VPC) associated with the Amazon EKS cluster.

Functions

Link copied to clipboard
inline fun copy(block: EksCluster.Builder.() -> Unit = {}): EksCluster
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String