aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty

interface ActiveDirectoryConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ActiveDirectoryConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ActiveDirectoryConfigurationProperty

The configuration for a AWS Directory Service for Microsoft Active Directory studio resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const activeDirectoryConfigurationProperty: nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty = {
  computerAttributes: [{
    name: 'name',
    value: 'value',
  }],
  directoryId: 'directoryId',
  organizationalUnitDistinguishedName: 'organizationalUnitDistinguishedName',
};

Properties

NameTypeDescription
computerAttributes?IResolvable | IResolvable | ActiveDirectoryComputerAttributeProperty[]A collection of custom attributes for an Active Directory computer.
directoryId?stringThe directory ID of the AWS Directory Service for Microsoft Active Directory to access using this studio component.
organizationalUnitDistinguishedName?stringThe distinguished name (DN) and organizational unit (OU) of an Active Directory computer.

computerAttributes?

Type: IResolvable | IResolvable | ActiveDirectoryComputerAttributeProperty[] (optional)

A collection of custom attributes for an Active Directory computer.


directoryId?

Type: string (optional)

The directory ID of the AWS Directory Service for Microsoft Active Directory to access using this studio component.


organizationalUnitDistinguishedName?

Type: string (optional)

The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.