ProjectVpcConfig

data class ProjectVpcConfig(val securityGroupIds: List<String>, val subnets: List<String>, val vpcId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Security group IDs to assign to running builds.

Link copied to clipboard

Subnet IDs within which to run builds.

Link copied to clipboard

ID of the VPC within which to run builds.