elb_create_load_balancer_listeners {paws.networking}R Documentation

Creates one or more listeners for the specified load balancer

Description

Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.

See https://www.paws-r-sdk.com/docs/elb_create_load_balancer_listeners/ for full documentation.

Usage

elb_create_load_balancer_listeners(LoadBalancerName, Listeners)

Arguments

LoadBalancerName

[required] The name of the load balancer.

Listeners

[required] The listeners.


[Package paws.networking version 0.9.0 Index]