ScraperSourceEks

data class ScraperSourceEks(val clusterArn: String, val securityGroupIds: List<String>? = null, val subnetIds: List<String>)

Constructors

Link copied to clipboard
constructor(clusterArn: String, securityGroupIds: List<String>? = null, subnetIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

List of subnet IDs. Must be in at least two different availability zones.