Delete Metric Filter
cloudwatchlogs_delete_metric_filter | R Documentation |
Deletes the specified metric filter¶
Description¶
Deletes the specified metric filter.
Usage¶
cloudwatchlogs_delete_metric_filter(logGroupName, filterName)
Arguments¶
logGroupName |
[required] The name of the log group. |
filterName |
[required] The name of the metric filter. |
Value¶
An empty list.
Request syntax¶
svc$delete_metric_filter(
logGroupName = "string",
filterName = "string"
)