Skip to content

/AWS1/CL_KNS=>REMOVETAGSFROMSTREAM()

About RemoveTagsFromStream

Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.

When invoking this API, you must use either the StreamARN or the StreamName parameter, or both. It is recommended that you use the StreamARN input parameter when you invoke this API.

If you specify a tag that does not exist, it is ignored.

RemoveTagsFromStream has a limit of five transactions per second per account.

Method Signature

IMPORTING

Required arguments:

IT_TAGKEYS TYPE /AWS1/CL_KNSTAGKEYLIST_W=>TT_TAGKEYLIST TT_TAGKEYLIST

A list of tag keys. Each corresponding tag is removed from the stream.

Optional arguments:

IV_STREAMNAME TYPE /AWS1/KNSSTREAMNAME /AWS1/KNSSTREAMNAME

The name of the stream.

IV_STREAMARN TYPE /AWS1/KNSSTREAMARN /AWS1/KNSSTREAMARN

The ARN of the stream.