Skip to content

/AWS1/CL_R53=>CHANGETAGSFORRESOURCE()

About ChangeTagsForResource

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags in the Billing and Cost Management User Guide.

Method Signature

IMPORTING

Required arguments:

IV_RESOURCETYPE TYPE /AWS1/R53TAGRESOURCETYPE /AWS1/R53TAGRESOURCETYPE

The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

IV_RESOURCEID TYPE /AWS1/R53TAGRESOURCEID /AWS1/R53TAGRESOURCEID

The ID of the resource for which you want to add, change, or delete tags.

Optional arguments:

IT_ADDTAGS TYPE /AWS1/CL_R53TAG=>TT_TAGLIST TT_TAGLIST

A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to edit Value for.

You can add a maximum of 10 tags to a health check or a hosted zone.

IT_REMOVETAGKEYS TYPE /AWS1/CL_R53TAGKEYLIST_W=>TT_TAGKEYLIST TT_TAGKEYLIST

A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_R53CHANGETGSFORRESR01 /AWS1/CL_R53CHANGETGSFORRESR01