Class ConnectorReference
A reference to a Connector resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.PCAConnectorAD
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectorReference : IConnectorReference
Syntax (vb)
Public Class ConnectorReference Implements IConnectorReference
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 connectorReference = new ConnectorReference {
ConnectorArn = "connectorArn"
};
Synopsis
Constructors
| ConnectorReference() | A reference to a Connector resource. |
Properties
| ConnectorArn | The ConnectorArn of the Connector resource. |
Constructors
ConnectorReference()
A reference to a Connector resource.
public ConnectorReference()
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 connectorReference = new ConnectorReference {
ConnectorArn = "connectorArn"
};
Properties
ConnectorArn
The ConnectorArn of the Connector resource.
public string ConnectorArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated