class Aws::AppStream::Types::CreateDirectoryConfigRequest

@note When making an API call, you may pass CreateDirectoryConfigRequest

data as a hash:

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

@!attribute [rw] directory_name

The fully qualified name of the directory (for example,
corp.example.com).
@return [String]

@!attribute [rw] organizational_unit_distinguished_names

The distinguished names of the organizational units for computer
accounts.
@return [Array<String>]

@!attribute [rw] service_account_credentials

The credentials for the service account used by the fleet or image
builder to connect to the directory.
@return [Types::ServiceAccountCredentials]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateDirectoryConfigRequest AWS API Documentation

Constants

SENSITIVE