Class CfnVirtualRouter.VirtualRouterListenerProperty
An object that represents a virtual router listener.
Inheritance
System.Object
CfnVirtualRouter.VirtualRouterListenerProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VirtualRouterListenerProperty : Object, CfnVirtualRouter.IVirtualRouterListenerProperty
Syntax (vb)
Public Class VirtualRouterListenerProperty
Inherits Object
Implements CfnVirtualRouter.IVirtualRouterListenerProperty
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.AWS.AppMesh;
var virtualRouterListenerProperty = new VirtualRouterListenerProperty {
PortMapping = new PortMappingProperty {
Port = 123,
Protocol = "protocol"
}
};
Synopsis
Constructors
VirtualRouterListenerProperty() |
Properties
PortMapping | The port mapping information for the listener. |
Constructors
VirtualRouterListenerProperty()
public VirtualRouterListenerProperty()
Properties
PortMapping
The port mapping information for the listener.
public object PortMapping { get; set; }
Property Value
System.Object