kinesis_remove_tags_from_stream {paws.analytics} | R Documentation |
Removes tags from the specified Kinesis data stream
Description
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.
Usage
kinesis_remove_tags_from_stream(StreamName = NULL, TagKeys, StreamARN = NULL)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]