Interface CfnFleet.DomainJoinInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.DomainJoinInfoProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.DomainJoinInfoProperty
extends software.amazon.jsii.JsiiSerializable
The name of the directory and organizational unit (OU) to use to join a fleet to a Microsoft Active Directory domain.
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.appstream.*; DomainJoinInfoProperty domainJoinInfoProperty = DomainJoinInfoProperty.builder() .directoryName("directoryName") .organizationalUnitDistinguishedName("organizationalUnitDistinguishedName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleet.DomainJoinInfoProperty
static final class
An implementation forCfnFleet.DomainJoinInfoProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDirectoryName
The fully qualified name of the directory (for example, corp.example.com). -
getOrganizationalUnitDistinguishedName
The distinguished name of the organizational unit for computer accounts. -
builder
-