PipelineVpcOptions

data class PipelineVpcOptions(val securityGroupIds: List<String>? = null, val subnetIds: List<String>)

Constructors

Link copied to clipboard
fun PipelineVpcOptions(securityGroupIds: List<String>? = null, subnetIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of security groups associated with the VPC endpoint.

Link copied to clipboard

A list of subnet IDs associated with the VPC endpoint.