Lists your Firehose streams in alphabetical order of their names
Source:R/firehose_operations.R
firehose_list_delivery_streams.RdLists 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:
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.
- ExclusiveStartDeliveryStreamName
The list of Firehose streams returned by this call to
list_delivery_streamswill start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName.