interface SimpleADReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DirectoryService.SimpleADReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdirectoryservice#SimpleADReference |
Java | software.amazon.awscdk.interfaces.directoryservice.SimpleADReference |
Python | aws_cdk.interfaces.aws_directoryservice.SimpleADReference |
TypeScript | aws-cdk-lib » interfaces » aws_directoryservice » SimpleADReference |
A reference to a SimpleAD 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_aws_directoryservice } from 'aws-cdk-lib/interfaces';
const simpleADReference: interfaces_aws_directoryservice.SimpleADReference = {
directoryId: 'directoryId',
};
Properties
| Name | Type | Description |
|---|---|---|
| directory | string | The DirectoryId of the SimpleAD resource. |
directoryId
Type:
string
The DirectoryId of the SimpleAD resource.

.NET
Go
Java
Python
TypeScript