FleetVpcConfig

data class FleetVpcConfig(val securityGroupIds: List<String>, val subnets: List<String>, val vpcId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of one or more security groups IDs in your Amazon VPC.

Link copied to clipboard

A list of one or more subnet IDs in your Amazon VPC.

Link copied to clipboard

The ID of the Amazon VPC.