NetworkingPropertiesArgs

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.

Constructors

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

Properties

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

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

Link copied to clipboard
val subnetIds: Output<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.

Functions

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