Interface CfnVirtualRouter.IPortMappingProperty
An object representing a virtual router listener port mapping.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPortMappingProperty
Syntax (vb)
Public Interface IPortMappingProperty
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 portMappingProperty = new PortMappingProperty {
Port = 123,
Protocol = "protocol"
};
Synopsis
Properties
Port | The port used for the port mapping. |
Protocol | The protocol used for the port mapping. |
Properties
Port
The port used for the port mapping.
double Port { get; }
Property Value
System.Double
Remarks
Protocol
The protocol used for the port mapping.
string Protocol { get; }
Property Value
System.String