AWS::AppStream::DirectoryConfig ServiceAccountCredentials - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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