interface ActiveDirectoryConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_ActiveDirectoryConfigurationProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty |
![]() | aws_cdk.aws_nimblestudio.CfnStudioComponent.ActiveDirectoryConfigurationProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » ActiveDirectoryConfigurationProperty |
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
Name | Type | Description |
---|---|---|
computer | IResolvable | IResolvable | Active [] | |
directory | string | |
organizational | string |
computerAttributes?
Type:
IResolvable
|
IResolvable
|
Active
[]
(optional)
directoryId?
Type:
string
(optional)
organizationalUnitDistinguishedName?
Type:
string
(optional)