AWS::DeviceFarm::Project VpcConfig
The VPC security groups and subnets that are attached to a project.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
, "VpcId" :String
}
YAML
SecurityGroupIds:
- String
SubnetIds:- String
VpcId:String
Properties
SecurityGroupIds
-
A list of VPC security group IDs.
A security group allows inbound traffic from network interfaces (and their associated instances) that are assigned to the same security group. See Security groups in the Amazon Virtual Private Cloud user guide.
Required: Yes
Type: Array of String
Minimum:
1 | 1
Maximum:
4096 | 5
Update requires: No interruption
SubnetIds
-
A subnet is a range of IP addresses in your VPC. You can launch Amazon resources, such as EC2 instances, into a specific subnet. When you create a subnet, you specify the IPv4 CIDR block for the subnet, which is a subset of the VPC CIDR block. See VPCs and subnets in the Amazon Virtual Private Cloud user guide.
Required: Yes
Type: Array of String
Minimum:
1 | 1
Maximum:
4096 | 8
Update requires: No interruption
VpcId
-
A list of VPC IDs.
Each VPC is given a unique ID upon creation.
Required: Yes
Type: String
Pattern:
.*\S.*
Minimum:
1
Maximum:
4096
Update requires: No interruption