cloudwatch_list_dashboards: Returns a list of the dashboards for your account

View source: R/cloudwatch_operations.R

cloudwatch_list_dashboardsR Documentation

Returns a list of the dashboards for your account

Description

Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed.

See https://www.paws-r-sdk.com/docs/cloudwatch_list_dashboards/ for full documentation.

Usage

cloudwatch_list_dashboards(DashboardNamePrefix = NULL, NextToken = NULL)

Arguments

DashboardNamePrefix

If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".

NextToken

The token returned by a previous call to indicate that there is more data available.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.