Listener class

Information about a listener.

For information about the protocols and the ports supported by Elastic Load Balancing, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.

Constructors

Listener({required int instancePort, required int loadBalancerPort, required String protocol, String? instanceProtocol, String? sSLCertificateId})
Listener.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instancePort int
The port on which the instance is listening.
final
instanceProtocol String?
The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
final
loadBalancerPort int
The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
final
protocol String
The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sSLCertificateId String?
The Amazon Resource Name (ARN) of the server certificate.
final

Methods

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

Operators

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