NetworkingProperties

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

The networking configuration for the cluster's control plane.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.

Link copied to clipboard
val subnetIds: List<String>? = null

The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.