TestGridProjectVpcConfig

data class TestGridProjectVpcConfig(val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String)

The VPC security groups and subnets that are attached to a TestGrid project.

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of VPC security group IDs in your Amazon VPC.

Link copied to clipboard

A list of VPC subnet IDs in your Amazon VPC.

Link copied to clipboard

A list of VPC IDs. Each VPC is given a unique ID upon creation.