AWS::NimbleStudio::StudioComponent ActiveDirectoryConfiguration
The configuration for a Amazon Directory Service for Microsoft Active Directory studio resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ComputerAttributes" :
[ ActiveDirectoryComputerAttribute, ... ]
, "DirectoryId" :String
, "OrganizationalUnitDistinguishedName" :String
}
YAML
ComputerAttributes:
- ActiveDirectoryComputerAttribute
DirectoryId:String
OrganizationalUnitDistinguishedName:String
Properties
ComputerAttributes
-
A collection of custom attributes for an Active Directory computer.
Required: No
Type: Array of ActiveDirectoryComputerAttribute
Minimum:
0
Maximum:
50
Update requires: No interruption
DirectoryId
-
The directory ID of the Amazon Directory Service for Microsoft Active Directory to access using this studio component.
Required: No
Type: String
Update requires: No interruption
OrganizationalUnitDistinguishedName
-
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
Required: No
Type: String
Update requires: No interruption