amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.AddTags

Contents

Description

Adds one or more tags for the specified load balancer. Each load balancer can have a maximum of 10 tags. Each tag consists of a key and an optional value.

Tag keys must be unique for each load balancer. If a tag with the same key is already associated with the load balancer, this action will update the value of the key.

For more information, see Tagging in the Elastic Load Balancing DeveloperGuide.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_AddTags.html

Synopsis

Request

Request constructor

addTags Source

Arguments

:: NonEmpty Tag

atTags

-> AddTags 

AddTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

atLoadBalancerNames :: Lens' AddTags [Text] Source

The name of the load balancer to tag. You can specify a maximum of one load balancer name.

atTags :: Lens' AddTags (NonEmpty Tag) Source

A list of tags for each load balancer.

Response

Response constructor