Class: Aws::AppStream::Types::DirectoryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DirectoryConfig
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time the directory configuration was created.
-
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
-
#organizational_unit_distinguished_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
-
#service_account_credentials ⇒ Types::ServiceAccountCredentials
The credentials for the service account used by the fleet or image builder to connect to the directory.
Instance Attribute Details
#created_time ⇒ Time
The time the directory configuration was created.
2911 2912 2913 2914 2915 2916 2917 2918 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2911 class DirectoryConfig < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :created_time) SENSITIVE = [] include Aws::Structure end |
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
2911 2912 2913 2914 2915 2916 2917 2918 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2911 class DirectoryConfig < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :created_time) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_distinguished_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
2911 2912 2913 2914 2915 2916 2917 2918 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2911 class DirectoryConfig < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :created_time) SENSITIVE = [] include Aws::Structure end |
#service_account_credentials ⇒ Types::ServiceAccountCredentials
The credentials for the service account used by the fleet or image builder to connect to the directory.
2911 2912 2913 2914 2915 2916 2917 2918 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2911 class DirectoryConfig < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials, :created_time) SENSITIVE = [] include Aws::Structure end |