DirectoryConnectSettings

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The IP addresses of the AD Connector servers.

Link copied to clipboard

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

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

Link copied to clipboard

The identifier of the VPC that the directory is in.