AWS::AppStream::DirectoryConfig ServiceAccountCredentials - AWS CloudFormation

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