AppBlockBuilderVpcConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val subnetIds: 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.