Amazon Kinesis · Arazzo Workflow
Amazon Kinesis Deregister Consumer and Delete Stream
Version 1.0.0
Deregister an enhanced fan-out consumer, confirm the stream, then delete it.
Provider
Workflows
deregister-consumer-and-delete-stream
Deregister a consumer, confirm the stream, then delete the stream.
Deregisters the consumer by stream ARN and name, reads the stream summary to confirm it before deletion, and deletes the stream with consumer-deletion enforced.
1
deregisterConsumer
DeregisterStreamConsumer
Deregister the enhanced fan-out consumer from the stream by stream ARN and consumer name.
2
confirmStream
DescribeStreamSummary
Read the stream summary to confirm the stream exists and capture its status before deleting it.
3
deleteStream
DeleteStream
Delete the stream and all its shards and data, enforcing deletion even if consumers remain registered.