InputVpcArgs

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

Constructors

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

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of up to 5 EC2 VPC security group IDs to attach to the Input.

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

A list of 2 VPC subnet IDs from the same VPC.

Functions

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