AWS::NimbleStudio::StudioComponent ActiveDirectoryComputerAttribute - AWS CloudFormation

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 AWS 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