You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::DirectoryConnectSettingsDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about an AD Connector directory.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

A list of the Availability Zones that the directory is in.

Returns:

  • (Array<String>)

    A list of the Availability Zones that the directory is in.

#connect_ipsArray<String>

The IP addresses of the AD Connector servers.

Returns:

  • (Array<String>)

    The IP addresses of the AD Connector servers.

#customer_user_nameString

The user name of the service account in the on-premises directory.

Returns:

  • (String)

    The user name of the service account in the on-premises directory.

#security_group_idString

The security group identifier for the AD Connector directory.

Returns:

  • (String)

    The security group identifier for the AD Connector directory.

#subnet_idsArray<String>

A list of subnet identifiers in the VPC that the AD Connector is in.

Returns:

  • (Array<String>)

    A list of subnet identifiers in the VPC that the AD Connector is in.

#vpc_idString

The identifier of the VPC that the AD Connector is in.

Returns:

  • (String)

    The identifier of the VPC that the AD Connector is in.