VpcConfig
Contains the VPC configuration data necessary to interface with AWS Device Farm's services.
Contents
- securityGroupIds
-
An array of one or more security groups IDs in your Amazon VPC.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^sg-[0-9a-fA-F]{8,}$
Required: Yes
- subnetIds
-
An array of one or more subnet IDs in your Amazon VPC.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 8 items.
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
^subnet-[0-9a-fA-F]{8,}$
Required: Yes
- vpcId
-
The ID of the Amazon VPC.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
.*\S.*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: