NetworkingRequest
The networking configuration for the cluster's control plane.
Contents
- networkType
-
The IP address version the cluster uses. The default is
IPV4
.Type: String
Valid Values:
IPV4 | IPV6
Required: No
- securityGroupIds
-
A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
Type: Array of strings
Pattern:
sg-\w{8,17}
Required: No
- subnetIds
-
The list of subnet IDs where AWS AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS AWS PCS resources. Subnet IDs have the form
subnet-0123456789abcdef0
.Subnets can't be in AWS Outposts, AWS Wavelength or an AWS Local Zone.
Note
AWS AWS PCS currently supports only 1 subnet in this list.
Type: Array of strings
Array Members: Minimum number of 1 item.
Pattern:
subnet-\w{8,17}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: