Amazon AppStream 2.0 Fleet DomainJoinInfo
The
DomainJoinInfo property type specifies the name of the directory and
organizational unit (OU) to use to join an Amazon AppStream 2.0 fleet to a Microsoft
Active Directory
domain.
DomainJoinInfo is a property of the AWS::AppStream::Fleet resource.
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
Update requires: No interruption
