class Aws::AppStream::Types::UpdateDirectoryConfigRequest

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

data as a hash:

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

@!attribute [rw] directory_name

The name of the Directory Config object.
@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/UpdateDirectoryConfigRequest AWS API Documentation

Constants

SENSITIVE