paws.management (version 0.1.0)

cloudwatchlogs_delete_subscription_filter: Deletes the specified subscription filter

Description

Deletes the specified subscription filter.

Usage

cloudwatchlogs_delete_subscription_filter(logGroupName, filterName)

Arguments

logGroupName

[required] The name of the log group.

filterName

[required] The name of the subscription filter.

Request syntax

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