This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppStream::ImageBuilder DomainJoinInfo
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DirectoryName" :String, "OrganizationalUnitDistinguishedName" :String}
YAML
DirectoryName:StringOrganizationalUnitDistinguishedName:String
Properties
- DirectoryName
- 
                    The fully qualified name of the directory (for example, corp.example.com). Required: No Type: String Update requires: No interruption 
- OrganizationalUnitDistinguishedName
- 
                    The distinguished name of the organizational unit for computer accounts. Required: No Type: String Maximum: 2000Update requires: No interruption