Listener

class Listener

Information about a listener.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.

Link copied to clipboard

[HTTPS or TLS listener] The default certificate for the listener.

Link copied to clipboard

The default actions for the listener.

Link copied to clipboard

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard

The Amazon Resource Name (ARN) of the load balancer.

Link copied to clipboard

The mutual authentication configuration information.

Link copied to clipboard
val port: Int?

The port on which the load balancer is listening.

Link copied to clipboard

The protocol for connections from clients to the load balancer.

Link copied to clipboard

[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.

Functions

Link copied to clipboard
inline fun copy(block: Listener.Builder.() -> Unit = {}): Listener
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String