ProjectVpcConfigArgs

data class ProjectVpcConfigArgs(val securityGroupIds: Output<List<String>>, val subnets: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<ProjectVpcConfigArgs>

Constructors

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

Properties

Link copied to clipboard

Security group IDs to assign to running builds.

Link copied to clipboard
val subnets: Output<List<String>>

Subnet IDs within which to run builds.

Link copied to clipboard
val vpcId: Output<String>

ID of the VPC within which to run builds.

Functions

Link copied to clipboard
open override fun toJava(): ProjectVpcConfigArgs