EksConfiguration

The EksConfiguration structure describes the connection to the Amazon EKS cluster from which a scraper collects metrics.

Types

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

Properties

Link copied to clipboard

ARN of the Amazon EKS cluster.

Link copied to clipboard

A list of the security group IDs for the Amazon EKS cluster VPC configuration.

Link copied to clipboard

A list of subnet IDs for the Amazon EKS cluster VPC configuration.

Functions

Link copied to clipboard
inline fun copy(block: EksConfiguration.Builder.() -> Unit = {}): EksConfiguration
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