Listener class

A complex type for a listener.

Constructors

Listener({ClientAffinity? clientAffinity, String? listenerArn, List<PortRange>? portRanges, Protocol? protocol})
Listener.fromJson(Map<String, dynamic> json)
factory

Properties

clientAffinity ClientAffinity?
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Client affinity gives you control over whether to always route each client to the same specific endpoint.
final
hashCode int
The hash code for this object.
no setterinherited
listenerArn String?
The Amazon Resource Name (ARN) of the listener.
final
portRanges List<PortRange>?
The list of port ranges for the connections from clients to the accelerator.
final
protocol Protocol?
The protocol for the connections from clients to the accelerator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited