FleetVpcConfigArgs

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

Constructors

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

Properties

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

Identifiers of the security groups for the fleet or image builder.

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

Identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.

Functions

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