Class ConnectionReference
A reference to a Connection resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DirectConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectionReference : IConnectionReference
Syntax (vb)
Public Class ConnectionReference Implements IConnectionReference
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.DirectConnect;
var connectionReference = new ConnectionReference {
ConnectionArn = "connectionArn"
};
Synopsis
Constructors
| ConnectionReference() | A reference to a Connection resource. |
Properties
| ConnectionArn | The ConnectionArn of the Connection resource. |
Constructors
ConnectionReference()
A reference to a Connection resource.
public ConnectionReference()
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.DirectConnect;
var connectionReference = new ConnectionReference {
ConnectionArn = "connectionArn"
};
Properties
ConnectionArn
The ConnectionArn of the Connection resource.
public string ConnectionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated