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