Networking Properties Args
data class NetworkingPropertiesArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<NetworkingPropertiesArgs>
The networking configuration for the cluster's control plane.
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
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.