Interface CfnVirtualRouter.IVirtualRouterListenerProperty
An object that represents a virtual router listener.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualRouterListenerProperty
Syntax (vb)
Public Interface 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
Properties
PortMapping | The port mapping information for the listener. |
Properties
PortMapping
The port mapping information for the listener.
object PortMapping { get; }
Property Value
System.Object