ImageBuilderVpcConfigArgs

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

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 image builder.

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

Functions

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