aws-cdk-lib.aws_appstream.CfnFleet.DomainJoinInfoProperty

interface DomainJoinInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnFleet.DomainJoinInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnFleet_DomainJoinInfoProperty
Javasoftware.amazon.awscdk.services.appstream.CfnFleet.DomainJoinInfoProperty
Pythonaws_cdk.aws_appstream.CfnFleet.DomainJoinInfoProperty
TypeScript aws-cdk-lib » aws_appstream » CfnFleet » DomainJoinInfoProperty

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 { aws_appstream as appstream } from 'aws-cdk-lib';
const domainJoinInfoProperty: appstream.CfnFleet.DomainJoinInfoProperty = {
  directoryName: 'directoryName',
  organizationalUnitDistinguishedName: 'organizationalUnitDistinguishedName',
};

Properties

NameTypeDescription
directoryName?stringThe fully qualified name of the directory (for example, corp.example.com).
organizationalUnitDistinguishedName?stringThe distinguished name of the organizational unit for computer accounts.

directoryName?

Type: string (optional)

The fully qualified name of the directory (for example, corp.example.com).


organizationalUnitDistinguishedName?

Type: string (optional)

The distinguished name of the organizational unit for computer accounts.