AWS::AppStream::Fleet DomainJoinInfo - 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::Fleet DomainJoinInfo

The name of the directory and organizational unit (OU) to use to join a fleet to a Microsoft Active Directory domain.

Syntax

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

JSON

{ "DirectoryName" : String, "OrganizationalUnitDistinguishedName" : 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: 2000

Update requires: No interruption