cloudwatchlogs_delete_log_stream {paws.management} | R Documentation |
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream
Description
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_delete_log_stream/ for full documentation.
Usage
cloudwatchlogs_delete_log_stream(logGroupName, logStreamName)
Arguments
logGroupName |
[required] The name of the log group. |
logStreamName |
[required] The name of the log stream. |
[Package paws.management version 0.7.0 Index]