paws.management (version 0.1.0)

cloudwatchlogs_delete_metric_filter: 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.

Request syntax

svc$delete_metric_filter(
  logGroupName = "string",
  filterName = "string"
)