FleetVpcConfigArgs

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

Constructors

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

Properties

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

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

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

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

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

The ID of the Amazon VPC.

Functions

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