Get Listener Result
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
constructor(clientAffinity: ListenerClientAffinity? = null, listenerArn: String? = null, portRanges: List<ListenerPortRange>? = null, protocol: ListenerProtocol? = null)
Properties
Link copied to clipboard
Client affinity lets you direct all requests from a user to the same endpoint.
Link copied to clipboard
The Amazon Resource Name (ARN) of the listener.
Link copied to clipboard
The list of port ranges for the connections from clients to the accelerator.
Link copied to clipboard
The protocol for the listener.