Interface IDirectoryRegistrationReference
A reference to a DirectoryRegistration resource.
Namespace: Amazon.CDK.Interfaces.PCAConnectorAD
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDirectoryRegistrationReference
Syntax (vb)
Public Interface IDirectoryRegistrationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.PCAConnectorAD;
var directoryRegistrationReference = new DirectoryRegistrationReference {
DirectoryRegistrationArn = "directoryRegistrationArn"
};
Synopsis
Properties
| DirectoryRegistrationArn | The DirectoryRegistrationArn of the DirectoryRegistration resource. |
Properties
DirectoryRegistrationArn
The DirectoryRegistrationArn of the DirectoryRegistration resource.
string DirectoryRegistrationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated