Listener class
Information about a listener.
Constructors
-
Listener({List<
String> ? alpnPolicy, List<Certificate> ? certificates, List<Action> ? defaultActions, String? listenerArn, String? loadBalancerArn, int? port, ProtocolEnum? protocol, String? sslPolicy}) - Listener.fromXml(XmlElement elem)
-
factory
Properties
-
alpnPolicy
→ List<
String> ? -
TLS listener
The name of the Application-Layer Protocol Negotiation (ALPN) policy.final -
certificates
→ List<
Certificate> ? -
HTTPS or TLS listener
The default certificate for the listener.final -
defaultActions
→ List<
Action> ? -
The default actions for the listener.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listenerArn → String?
-
The Amazon Resource Name (ARN) of the listener.
final
- loadBalancerArn → String?
-
The Amazon Resource Name (ARN) of the load balancer.
final
- port → int?
-
The port on which the load balancer is listening.
final
- protocol → ProtocolEnum?
-
The protocol for connections from clients to the load balancer.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sslPolicy → String?
-
HTTPS or TLS listener
The security policy that defines which protocols and ciphers are supported.final
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