kinesis_add_tags_to_stream: Adds or updates tags for the specified Kinesis data stream

View source: R/kinesis_operations.R

kinesis_add_tags_to_streamR 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.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.