ProjectVpcConfig

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

The VPC security groups and subnets that are attached to a 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

An array of security group Ids in your Amazon VPC

Link copied to clipboard

A array of subnet IDs in your Amazon VPC.

Link copied to clipboard

The ID of the Amazon VPC