aws-cdk-lib.aws_appstream.CfnImageBuilder.DomainJoinInfoProperty

interface DomainJoinInfoProperty

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

The name of the directory and organizational unit (OU) to use to join the image builder 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.CfnImageBuilder.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.