firehose_list_delivery_streams: Lists your delivery streams in alphabetical order of their...

View source: R/firehose_operations.R

firehose_list_delivery_streamsR Documentation

Lists your delivery streams in alphabetical order of their names

Description

Lists your delivery 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 delivery streams to list. The default value is 10.

DeliveryStreamType

The delivery stream type. This can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.

  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.

ExclusiveStartDeliveryStreamName

The list of delivery streams returned by this call to list_delivery_streams will start with the delivery stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.