Skip to content

/AWS1/CL_ELB=>ADDTAGS()

About AddTags

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

Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags updates its value.

For more information, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.

Method Signature

IMPORTING

Required arguments:

IT_LOADBALANCERNAMES TYPE /AWS1/CL_ELBLOADBALANCERNAME00=>TT_LOADBALANCERNAMES TT_LOADBALANCERNAMES

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

IT_TAGS TYPE /AWS1/CL_ELBTAG=>TT_TAGLIST TT_TAGLIST

The tags.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ELBADDTAGSOUTPUT /AWS1/CL_ELBADDTAGSOUTPUT