Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

paws.management (version 0.1.12)

cloudwatch_delete_dashboards: Deletes all dashboards that you specify

Description

Deletes all dashboards that you specify. You can specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.

Usage

cloudwatch_delete_dashboards(DashboardNames)

Value

An empty list.

Arguments

DashboardNames

[required] The dashboards to be deleted. This parameter is required.

Request syntax

svc$delete_dashboards(
  DashboardNames = list(
    "string"
  )
)