Interface CfnStudioComponent.ActiveDirectoryComputerAttributeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Jsii$Proxy
Enclosing class:
CfnStudioComponent

@Stability(Stable) public static interface CfnStudioComponent.ActiveDirectoryComputerAttributeProperty extends software.amazon.jsii.JsiiSerializable
An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.nimblestudio.*;
 ActiveDirectoryComputerAttributeProperty activeDirectoryComputerAttributeProperty = ActiveDirectoryComputerAttributeProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: