View source: R/firehose_operations.R
firehose_describe_delivery_stream | R Documentation |
Describes the specified Firehose stream and its status. For example, after your Firehose stream is created, call describe_delivery_stream
to see whether the Firehose stream is ACTIVE
and therefore ready for data to be sent to it.
See https://www.paws-r-sdk.com/docs/firehose_describe_delivery_stream/ for full documentation.
firehose_describe_delivery_stream(
DeliveryStreamName,
Limit = NULL,
ExclusiveStartDestinationId = NULL
)
DeliveryStreamName |
[required] The name of the Firehose stream. |
Limit |
The limit on the number of destinations to return. You can have one destination per Firehose stream. |
ExclusiveStartDestinationId |
The ID of the destination to start returning the destination information. Firehose supports one destination per Firehose stream. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.