kinesis_add_tags_to_stream {paws.analytics} | R Documentation |
Adds or updates tags for the specified Kinesis data stream
Description
Adds or updates tags for the specified Kinesis data stream. You can assign up to 50 tags to a data stream.
See https://www.paws-r-sdk.com/docs/kinesis_add_tags_to_stream/ for full documentation.
Usage
kinesis_add_tags_to_stream(StreamName = NULL, Tags, StreamARN = NULL)
Arguments
StreamName |
The name of the stream. |
Tags |
[required] A set of up to 10 key-value pairs to use to create the tags. |
StreamARN |
The ARN of the stream. |
[Package paws.analytics version 0.7.0 Index]