elb_remove_tags {paws.networking}R Documentation

Removes one or more tags from the specified load balancer

Description

Removes one or more tags from the specified load balancer.

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

Usage

elb_remove_tags(LoadBalancerNames, Tags)

Arguments

LoadBalancerNames

[required] The name of the load balancer. You can specify a maximum of one load balancer name.

Tags

[required] The list of tag keys to remove.


[Package paws.networking version 0.7.0 Index]