paws.analytics (version 0.1.0)

firehose_list_tags_for_delivery_stream: Lists the tags for the specified delivery stream

Description

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

Usage

firehose_list_tags_for_delivery_stream(DeliveryStreamName,
  ExclusiveStartTagKey, Limit)

Arguments

DeliveryStreamName

[required] The name of the delivery stream whose tags you want to list.

ExclusiveStartTagKey

The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream 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 delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

Request syntax

svc$list_tags_for_delivery_stream(
  DeliveryStreamName = "string",
  ExclusiveStartTagKey = "string",
  Limit = 123
)