Interface CfnVirtualGateway.IVirtualGatewayPortMappingProperty
An object that represents a port mapping.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVirtualGatewayPortMappingProperty
Syntax (vb)
Public Interface IVirtualGatewayPortMappingProperty
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 virtualGatewayPortMappingProperty = new VirtualGatewayPortMappingProperty {
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