VpcConfig
The configuration of a virtual private cloud (VPC). For more information, see Protect your data using Amazon Virtual Private Cloud and AWS PrivateLink.
Contents
- securityGroupIds
-
An array of IDs for each security group in the VPC to use.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 0. Maximum length of 32.
Pattern:
^[-0-9a-zA-Z]+$
Required: Yes
- subnetIds
-
An array of IDs for each subnet in the VPC to use.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 16 items.
Length Constraints: Minimum length of 0. Maximum length of 32.
Pattern:
^[-0-9a-zA-Z]+$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: