View source: R/firehose_operations.R
firehose_list_delivery_streams | R Documentation |
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
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.