AwsElbLoadBalancerListener class

Information about a load balancer listener.

Constructors

AwsElbLoadBalancerListener({int? instancePort, String? instanceProtocol, int? loadBalancerPort, String? protocol, String? sslCertificateId})
AwsElbLoadBalancerListener.fromJson(Map<String, dynamic> json)
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 to route traffic to instances.
final
loadBalancerPort int?
The port on which the load balancer is listening.
final
protocol String?
The load balancer transport protocol to use for routing.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sslCertificateId String?
The 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