AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that represents a listener for a virtual node.

Inheritance Hierarchy

System.Object
  Amazon.AppMesh.Model.Listener

Namespace: Amazon.AppMesh.Model
Assembly: AWSSDK.AppMesh.dll
Version: 3.x.y.z

Syntax

C#
public class Listener

The Listener type exposes the following members

Constructors

NameDescription
Public Method Listener()

Properties

NameTypeDescription
Public Property ConnectionPool Amazon.AppMesh.Model.VirtualNodeConnectionPool

Gets and sets the property ConnectionPool.

The connection pool information for the listener.

Public Property HealthCheck Amazon.AppMesh.Model.HealthCheckPolicy

Gets and sets the property HealthCheck.

The health check information for the listener.

Public Property OutlierDetection Amazon.AppMesh.Model.OutlierDetection

Gets and sets the property OutlierDetection.

The outlier detection information for the listener.

Public Property PortMapping Amazon.AppMesh.Model.PortMapping

Gets and sets the property PortMapping.

The port mapping information for the listener.

Public Property Timeout Amazon.AppMesh.Model.ListenerTimeout

Gets and sets the property Timeout.

An object that represents timeouts for different protocols.

Public Property Tls Amazon.AppMesh.Model.ListenerTls

Gets and sets the property Tls.

A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5