interface IDirectoryRegistrationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_pcaconnectorad.IDirectoryRegistrationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#IDirectoryRegistrationRef |
Java | software.amazon.awscdk.services.pcaconnectorad.IDirectoryRegistrationRef |
Python | aws_cdk.aws_pcaconnectorad.IDirectoryRegistrationRef |
TypeScript | aws-cdk-lib » aws_pcaconnectorad » IDirectoryRegistrationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a DirectoryRegistration.
Properties
| Name | Type | Description |
|---|---|---|
| directory | Directory | A reference to a DirectoryRegistration resource. |
| node | Node | The tree node. |
directoryRegistrationRef
Type:
Directory
A reference to a DirectoryRegistration resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript