Listener

class Listener

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.

Types

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

Properties

Link copied to clipboard

The port on which the instance is listening.

Link copied to clipboard

The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.

Link copied to clipboard

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.

Link copied to clipboard

The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.

Link copied to clipboard

The Amazon Resource Name (ARN) of the server certificate.

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