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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnStudioComponent.ActiveDirectoryComputerAttributeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name for the LDAP attribute.- See Also:
-
getValue
The value for the LDAP attribute.- See Also:
-
builder
@Stability(Stable) static CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder builder()
-