AWS::NimbleStudio::StudioComponent ActiveDirectoryComputerAttribute - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::NimbleStudio::StudioComponent ActiveDirectoryComputerAttribute

An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

Syntax

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

JSON

{ "Name" : String, "Value" : String }

YAML

Name: String Value: String

Properties

Name

The name for the LDAP attribute.

Required: No

Type: String

Minimum: 1

Maximum: 40

Update requires: No interruption

Value

The value for the LDAP attribute.

Required: No

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption