ClusterRemoteNodeNetworkArgs

data class ClusterRemoteNodeNetworkArgs(val cidrs: Output<List<String>>) : ConvertibleToJava<ClusterRemoteNodeNetworkArgs>

Network configuration of nodes run on-premises with EKS Hybrid Nodes.

Constructors

Link copied to clipboard
constructor(cidrs: Output<List<String>>)

Properties

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

Specifies the list of remote node CIDRs.

Functions

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