paws.management (version 0.1.0)

cloudwatchlogs_delete_destination: Deletes the specified destination, and eventually disables all the subscription filters that publish to it

Description

Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.

Usage

cloudwatchlogs_delete_destination(destinationName)

Arguments

destinationName

[required] The name of the destination.

Request syntax

svc$delete_destination(
  destinationName = "string"
)