interface MicrosoftADReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DirectoryService.MicrosoftADReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdirectoryservice#MicrosoftADReference |
Java | software.amazon.awscdk.interfaces.directoryservice.MicrosoftADReference |
Python | aws_cdk.interfaces.aws_directoryservice.MicrosoftADReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_directoryservice } from 'aws-cdk-lib/interfaces';
const microsoftADReference: interfaces_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.

.NET
Go
Java
Python
TypeScript