AppBlockBuilderVpcConfigArgs

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

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

The identifiers of the security groups for the fleet or image builder.

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

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

Functions

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