GetListenerResult

data class GetListenerResult(val clientAffinity: ListenerClientAffinity? = null, val listenerArn: String? = null, val portRanges: List<ListenerPortRange>? = null, val protocol: ListenerProtocol? = null)

Constructors

Link copied to clipboard
fun GetListenerResult(clientAffinity: ListenerClientAffinity? = null, listenerArn: String? = null, portRanges: List<ListenerPortRange>? = null, protocol: ListenerProtocol? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client affinity lets you direct all requests from a user to the same endpoint.

Link copied to clipboard
val listenerArn: String? = null

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard
Link copied to clipboard

The protocol for the listener.