AWS::AppStream::DirectoryConfig ServiceAccountCredentials - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::DirectoryConfig ServiceAccountCredentials

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AccountName" : String, "AccountPassword" : String }

YAML

AccountName: String AccountPassword: String

Properties

AccountName

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption

AccountPassword

The password for the account.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption