kinesis_list_tags_for_stream: Lists the tags for the specified Kinesis data stream

View source: R/kinesis_operations.R

kinesis_list_tags_for_streamR Documentation

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.

See https://www.paws-r-sdk.com/docs/kinesis_list_tags_for_stream/ for full documentation.

Usage

kinesis_list_tags_for_stream(
  StreamName = NULL,
  ExclusiveStartTagKey = NULL,
  Limit = NULL,
  StreamARN = NULL
)

Arguments

StreamName

The name of the stream.

ExclusiveStartTagKey

The key to use as the starting point for the list of tags. If this parameter is set, list_tags_for_stream 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.

StreamARN

The ARN of the stream.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.