FleetVpcConfig

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

Constructors

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

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
val subnets: List<String>? = null

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

Link copied to clipboard
val vpcId: String? = null

The ID of the Amazon VPC.