Show / Hide Table of Contents

Class CfnVirtualRouterPropsMixin.VirtualRouterListenerProperty

An object that represents a virtual router listener.

Inheritance
object
CfnVirtualRouterPropsMixin.VirtualRouterListenerProperty
Implements
CfnVirtualRouterPropsMixin.IVirtualRouterListenerProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVirtualRouterPropsMixin.VirtualRouterListenerProperty : CfnVirtualRouterPropsMixin.IVirtualRouterListenerProperty
Syntax (vb)
Public Class CfnVirtualRouterPropsMixin.VirtualRouterListenerProperty Implements CfnVirtualRouterPropsMixin.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.Mixins.Preview.AWS.AppMesh.Mixins;

             var virtualRouterListenerProperty = new VirtualRouterListenerProperty {
                 PortMapping = new PortMappingProperty {
                     Port = 123,
                     Protocol = "protocol"
                 }
             };

Synopsis

Constructors

VirtualRouterListenerProperty()

An object that represents a virtual router listener.

Properties

PortMapping

The port mapping information for the listener.

Constructors

VirtualRouterListenerProperty()

An object that represents a virtual router listener.

public VirtualRouterListenerProperty()
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.Mixins.Preview.AWS.AppMesh.Mixins;

             var virtualRouterListenerProperty = new VirtualRouterListenerProperty {
                 PortMapping = new PortMappingProperty {
                     Port = 123,
                     Protocol = "protocol"
                 }
             };

Properties

PortMapping

The port mapping information for the listener.

public object? PortMapping { get; set; }
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 CfnVirtualRouterPropsMixin.IPortMappingProperty

Implements

CfnVirtualRouterPropsMixin.IVirtualRouterListenerProperty
Back to top Generated by DocFX