elb_add_tags {paws.networking}R Documentation

Adds the specified tags to the specified load balancer

Description

Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.

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

Usage

elb_add_tags(LoadBalancerNames, Tags)

Arguments

LoadBalancerNames

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

Tags

[required] The tags.


[Package paws.networking version 0.9.0 Index]