Amazon AppStream 2.0 DirectoryConfig ServiceAccountCredentials
The ServiceAccountCredentials property type specifies the credentials for the
service account used by the streaming instance to connect to the directory.
ServiceAccountCredentials is a property of the AWS::AppStream::DirectoryConfig resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccountName" :String, "AccountPassword" :String}
YAML
AccountName:StringAccountPassword:String
Properties
AccountName-
The user name of the account. This account must have the following permissions: 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
Update requires: No interruption
AccountPassword-
The password for the account.
Required: Yes
Type: String
Update requires: No interruption
