kinesis_remove_tags_from_stream {paws.analytics} | R Documentation |
Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.
See https://www.paws-r-sdk.com/docs/kinesis_remove_tags_from_stream/ for full documentation.
kinesis_remove_tags_from_stream(StreamName = NULL, TagKeys, StreamARN = NULL)
StreamName |
The name of the stream. |
TagKeys |
[required] A list of tag keys. Each corresponding tag is removed from the stream. |
StreamARN |
The ARN of the stream. |