InputVpc

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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