delete_log_stream
(**kwargs)¶Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
See also: AWS API Documentation
Request Syntax
response = client.delete_log_stream(
logGroupName='string',
logStreamName='string'
)
[REQUIRED]
The name of the log group.
[REQUIRED]
The name of the log stream.
None
Exceptions
CloudWatchLogs.Client.exceptions.InvalidParameterException
CloudWatchLogs.Client.exceptions.ResourceNotFoundException
CloudWatchLogs.Client.exceptions.OperationAbortedException
CloudWatchLogs.Client.exceptions.ServiceUnavailableException