firehose_describe_delivery_stream {paws.analytics} | R Documentation |
Describes the specified delivery stream and its status
Description
Describes the specified delivery stream and its status. For example, after your delivery stream is created, call describe_delivery_stream
to see whether the delivery 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.
Usage
firehose_describe_delivery_stream(
DeliveryStreamName,
Limit = NULL,
ExclusiveStartDestinationId = NULL
)
Arguments
DeliveryStreamName |
[required] The name of the delivery stream. |
Limit |
The limit on the number of destinations to return. You can have one destination per delivery stream. |
ExclusiveStartDestinationId |
The ID of the destination to start returning the destination information. Firehose supports one destination per delivery stream. |
[Package paws.analytics version 0.7.0 Index]