Show / Hide Table of Contents

Class ConnectionReference

A reference to a Connection resource.

Inheritance
object
ConnectionReference
Implements
IConnectionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConnectionReference
Back to top Generated by DocFX