Updates the specified dashboard.
See https://www.paws-r-sdk.com/docs/cloudtrail_update_dashboard/ for full documentation.
Usage
cloudtrail_update_dashboard(
DashboardId,
Widgets = NULL,
RefreshSchedule = NULL,
TerminationProtectionEnabled = NULL
)Arguments
- DashboardId
[required] The name or ARN of the dashboard.
- Widgets
An array of widgets for the dashboard. A custom dashboard can have a maximum of 10 widgets.
To add new widgets, pass in an array that includes the existing widgets along with any new widgets. Run the
get_dashboardoperation to get the list of widgets for the dashboard.To remove widgets, pass in an array that includes the existing widgets minus the widgets you want removed.
- RefreshSchedule
The refresh schedule configuration for the dashboard.
- TerminationProtectionEnabled
Specifies whether termination protection is enabled for the dashboard. If termination protection is enabled, you cannot delete the dashboard until termination protection is disabled.