ProjectVpcConfigArgs

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

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

Constructors

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

Properties

Link copied to clipboard

An array of security group Ids in your Amazon VPC

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

A array of subnet IDs in your Amazon VPC.

Link copied to clipboard
val vpcId: Output<String>

The ID of the Amazon VPC

Functions

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