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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes the configuration information for the directory used to join a streaming instance to a Microsoft Active Directory domain.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time the directory configuration was created.

Returns:

  • (Time)


1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-appstream/types.rb', line 1629

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time)
  include Aws::Structure
end

#directory_nameString

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

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-appstream/types.rb', line 1629

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time)
  include Aws::Structure
end

#organizational_unit_distinguished_namesArray<String>

The distinguished names of the organizational units for computer accounts.

Returns:

  • (Array<String>)


1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-appstream/types.rb', line 1629

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time)
  include Aws::Structure
end

#service_account_credentialsTypes::ServiceAccountCredentials

The credentials for the service account used by the streaming instance to connect to the directory.



1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-appstream/types.rb', line 1629

class DirectoryConfig < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_names,
  :service_account_credentials,
  :created_time)
  include Aws::Structure
end