Skip to content

Delete Subscription Filter

cloudwatchlogs_delete_subscription_filter R Documentation

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.

Value

An empty list.

Request syntax

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