Updates the specified dashboard.
See https://www.paws-r-sdk.com/docs/cloudtrail_update_dashboard/ for full documentation.
cloudtrail_update_dashboard(
DashboardId,
Widgets = NULL,
RefreshSchedule = NULL,
TerminationProtectionEnabled = NULL
)
[required] The name or ARN of the dashboard.
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_dashboard
operation 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.
The refresh schedule configuration for the dashboard.
Specifies whether termination protection is enabled for the dashboard. If termination protection is enabled, you cannot delete the dashboard until termination protection is disabled.