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

Identifiers of the security groups for the image builder 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 image builder instance or image builder instance.

Functions

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