paws.analytics (version 0.1.0)

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

Description

Adds or updates tags for the specified Kinesis data stream. Each time you invoke this operation, you can specify up to 10 tags. If you want to add more than 10 tags to your stream, you can invoke this operation multiple times. In total, each stream can have up to 50 tags.

Usage

kinesis_add_tags_to_stream(StreamName, Tags)

Arguments

StreamName

[required] The name of the stream.

Tags

[required] A set of up to 10 key-value pairs to use to create the tags.

Request syntax

svc$add_tags_to_stream(
  StreamName = "string",
  Tags = list(
    "string"
  )
)

Details

If tags have already been assigned to the stream, AddTagsToStream overwrites any existing tags that correspond to the specified tag keys.

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