FleetVpcConfigArgs

data class FleetVpcConfigArgs(val securityGroupIds: Output<List<String>>, val subnets: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<FleetVpcConfigArgs>

Constructors

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

Properties

Link copied to clipboard

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

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

A list of one or more 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(): FleetVpcConfigArgs