paws.analytics (version 0.1.0)

firehose_describe_delivery_stream: Describes the specified delivery stream and gets the status

Description

Describes the specified delivery stream and gets the status. For example, after your delivery stream is created, call DescribeDeliveryStream to see whether the delivery stream is ACTIVE and therefore ready for data to be sent to it.

Usage

firehose_describe_delivery_stream(DeliveryStreamName, Limit,
  ExclusiveStartDestinationId)

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. Kinesis Data Firehose supports one destination per delivery stream.

Request syntax

svc$describe_delivery_stream(
  DeliveryStreamName = "string",
  Limit = 123,
  ExclusiveStartDestinationId = "string"
)