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

Class: Aws::AppStream::Types::CreateDirectoryConfigRequest

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

Overview

Note:

When passing CreateDirectoryConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_name: "DirectoryName", # required
  organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"], # required
  service_account_credentials: {
    account_name: "AccountName", # required
    account_password: "AccountPassword", # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#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: