ImageBuilderVpcConfig

data class ImageBuilderVpcConfig(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 image builder.

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

The identifier of the subnet to which a network interface is attached from the image builder instance. An image builder instance can use one subnet.