Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualrouter-virtualrouterlistener.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 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

object

Remarks

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

Type union: either IResolvable or CfnVirtualRouter.IPortMappingProperty

Back to top Generated by DocFX