DirectoryConnectSettingsArgs

data class DirectoryConnectSettingsArgs(val availabilityZones: Output<List<String>>? = null, val connectIps: Output<List<String>>? = null, val customerDnsIps: Output<List<String>>, val customerUsername: Output<String>, val subnetIds: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<DirectoryConnectSettingsArgs>

Constructors

Link copied to clipboard
constructor(availabilityZones: Output<List<String>>? = null, connectIps: Output<List<String>>? = null, customerDnsIps: Output<List<String>>, customerUsername: Output<String>, subnetIds: Output<List<String>>, vpcId: Output<String>)

Properties

Link copied to clipboard
val availabilityZones: Output<List<String>>? = null
Link copied to clipboard
val connectIps: Output<List<String>>? = null

The IP addresses of the AD Connector servers.

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

The DNS IP addresses of the domain to connect to.

Link copied to clipboard

The username corresponding to the password provided.

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

The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).

Link copied to clipboard
val vpcId: Output<String>

The identifier of the VPC that the directory is in.

Functions

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