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