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:- ActiveDirectoryComputerAttributeDirectoryId:StringOrganizationalUnitDistinguishedName:String
Properties
ComputerAttributes-
A collection of custom attributes for an Active Directory computer.
Required: No
Type: List of ActiveDirectoryComputerAttribute
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