cloudtrail_start_dashboard_refresh {paws.management}R Documentation

Starts a refresh of the specified dashboard

Description

Starts a refresh of the specified dashboard.

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

Usage

cloudtrail_start_dashboard_refresh(DashboardId, QueryParameterValues = NULL)

Arguments

DashboardId

[required] The name or ARN of the dashboard.

QueryParameterValues

The query parameter values for the dashboard

For custom dashboards, the following query parameters are valid: ⁠$StartTime$⁠, ⁠$EndTime$⁠, and ⁠$Period$⁠.

For managed dashboards, the following query parameters are valid: ⁠$StartTime$⁠, ⁠$EndTime$⁠, ⁠$Period$⁠, and ⁠$EventDataStoreId$⁠. The ⁠$EventDataStoreId$⁠ query parameter is required.


[Package paws.management version 0.9.0 Index]