interface MicrosoftADReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DirectoryService.MicrosoftADReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdirectoryservice#MicrosoftADReference |
![]() | software.amazon.awscdk.services.directoryservice.MicrosoftADReference |
![]() | aws_cdk.aws_directoryservice.MicrosoftADReference |
![]() | aws-cdk-lib » aws_directoryservice » MicrosoftADReference |
A reference to a MicrosoftAD resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_directoryservice as directoryservice } from 'aws-cdk-lib';
const microsoftADReference: directoryservice.MicrosoftADReference = {
microsoftAdId: 'microsoftAdId',
};
Properties
Name | Type | Description |
---|---|---|
microsoft | string | The Id of the MicrosoftAD resource. |
microsoftAdId
Type:
string
The Id of the MicrosoftAD resource.