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

Class: Aws::AppStream::Types::DirectoryConfig

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

Overview

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time the directory configuration was created.

Returns:

  • (Time)

    The time the directory configuration was created.

#directory_nameString

The fully qualified name of the directory (for example, corp.example.com).

Returns:

  • (String)

    The fully qualified name of the directory (for example, corp.example.com).

#organizational_unit_distinguished_namesArray<String>

The distinguished names of the organizational units for computer accounts.

Returns:

  • (Array<String>)

    The distinguished names of the organizational units for computer accounts.

#service_account_credentialsTypes::ServiceAccountCredentials

The credentials for the service account used by the fleet or image builder to connect to the directory.

Returns: