elb_create_load_balancer_listeners: Creates one or more listeners for the specified load balancer

View source: R/elb_operations.R

elb_create_load_balancer_listenersR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.