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.
firehose_list_delivery_streams(
Limit = NULL,
DeliveryStreamType = NULL,
ExclusiveStartDeliveryStreamName = NULL
)
The maximum number of Firehose streams to list. The default value is 10.
The Firehose stream type. This can be one of the following values:
DirectPut
: Provider applications access the Firehose stream
directly.
KinesisStreamAsSource
: The Firehose stream uses a Kinesis data
stream as a source.
This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.
The list of Firehose streams returned by this call to
list_delivery_streams
will start
with the Firehose stream whose name comes alphabetically immediately
after the name you specify in ExclusiveStartDeliveryStreamName
.