cloudwatchlogs_delete_log_group: Deletes the specified log group and permanently deletes all the archived
log events associated with the log group
Description
Deletes the specified log group and permanently deletes all the archived
log events associated with the log group.
Usage
cloudwatchlogs_delete_log_group(logGroupName)
Arguments
- logGroupName
[required] The name of the log group.
Request syntax
svc$delete_log_group(
logGroupName = "string"
)