Show / Hide Table of Contents

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 CfnVirtualRouter.IPortMappingProperty
Syntax (vb)
Public Interface CfnVirtualRouter.IPortMappingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-portmapping.html

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

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-portmapping.html#cfn-appmesh-virtualrouter-portmapping-port

Protocol

The protocol used for the port mapping.

string Protocol { get; }
Property Value

string

Remarks

Specify one protocol.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-portmapping.html#cfn-appmesh-virtualrouter-portmapping-protocol

Back to top Generated by DocFX