elb_add_tags: Adds the specified tags to the specified load balancer

View source: R/elb_operations.R

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


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