ScraperSourceEksArgs

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

Constructors

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

Properties

Link copied to clipboard
val clusterArn: Output<String>
Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

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

Link copied to clipboard
val subnetIds: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): ScraperSourceEksArgs