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