@Stability(value=Stable)
public static interface CfnStudioComponent.ActiveDirectoryConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
ActiveDirectoryConfigurationProperty activeDirectoryConfigurationProperty = ActiveDirectoryConfigurationProperty.builder()
.computerAttributes(List.of(ActiveDirectoryComputerAttributeProperty.builder()
.name("name")
.value("value")
.build()))
.directoryId("directoryId")
.organizationalUnitDistinguishedName("organizationalUnitDistinguishedName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder
A builder for
CfnStudioComponent.ActiveDirectoryConfigurationProperty |
static class |
CfnStudioComponent.ActiveDirectoryConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ActiveDirectoryConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder |
builder() |
default Object |
getComputerAttributes()
A collection of custom attributes for an Active Directory computer.
|
default String |
getDirectoryId()
The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
|
default String |
getOrganizationalUnitDistinguishedName()
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
|
@Stability(value=Stable) @Nullable default Object getComputerAttributes()
@Stability(value=Stable) @Nullable default String getDirectoryId()
@Stability(value=Stable) @Nullable default String getOrganizationalUnitDistinguishedName()
@Stability(value=Stable) static CfnStudioComponent.ActiveDirectoryConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.