ServiceRegionVpcSettingsArgs

data class ServiceRegionVpcSettingsArgs(val subnetIds: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<ServiceRegionVpcSettingsArgs>

Constructors

Link copied to clipboard
constructor(subnetIds: Output<List<String>>, vpcId: Output<String>)

Properties

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

The identifiers of the subnets for the directory servers.

Link copied to clipboard
val vpcId: Output<String>

The identifier of the VPC in which to create the directory.

Functions

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