paws.analytics (version 0.1.0)

kinesis_list_tags_for_stream: Lists the tags for the specified Kinesis data stream

Description

Lists the tags for the specified Kinesis data stream. This operation has a limit of five transactions per second per account.

Usage

kinesis_list_tags_for_stream(StreamName, ExclusiveStartTagKey, Limit)

Arguments

StreamName

[required] The name of the stream.

ExclusiveStartTagKey

The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

Limit

The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

Request syntax

svc$list_tags_for_stream(
  StreamName = "string",
  ExclusiveStartTagKey = "string",
  Limit = 123
)