kinesis_delete_stream {paws.analytics} | R Documentation |
Deletes a Kinesis data stream and all its shards and data
Description
Deletes a Kinesis data stream and all its shards and data. You must shut down any applications that are operating on the stream before you delete the stream. If an application attempts to operate on a deleted stream, it receives the exception ResourceNotFoundException
.
See https://www.paws-r-sdk.com/docs/kinesis_delete_stream/ for full documentation.
Usage
kinesis_delete_stream(
StreamName = NULL,
EnforceConsumerDeletion = NULL,
StreamARN = NULL
)
Arguments
StreamName |
The name of the stream to delete. |
EnforceConsumerDeletion |
If this parameter is unset ( |
StreamARN |
The ARN of the stream. |
[Package paws.analytics version 0.9.0 Index]