firehose_list_tags_for_delivery_stream {paws.analytics} | R Documentation |
Lists the tags for the specified Firehose stream
Description
Lists the tags for the specified Firehose stream. This operation has a limit of five transactions per second per account.
See https://www.paws-r-sdk.com/docs/firehose_list_tags_for_delivery_stream/ for full documentation.
Usage
firehose_list_tags_for_delivery_stream(
DeliveryStreamName,
ExclusiveStartTagKey = NULL,
Limit = NULL
)
Arguments
DeliveryStreamName |
[required] The name of the Firehose 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,
|
Limit |
The number of tags to return. If this number is less than the total
number of tags associated with the Firehose stream, |
[Package paws.analytics version 0.9.0 Index]