firehose_list_delivery_streams {paws.analytics} | R Documentation |
Lists your Firehose streams in alphabetical order of their names
Description
Lists your Firehose streams in alphabetical order of their names.
See https://www.paws-r-sdk.com/docs/firehose_list_delivery_streams/ for full documentation.
Usage
firehose_list_delivery_streams(
Limit = NULL,
DeliveryStreamType = NULL,
ExclusiveStartDeliveryStreamName = NULL
)
Arguments
Limit |
The maximum number of Firehose streams to list. The default value is 10. |
DeliveryStreamType |
The Firehose stream type. This can be one of the following values:
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned. |
ExclusiveStartDeliveryStreamName |
The list of Firehose streams returned by this call to
|