View source: R/cloudtrail_operations.R
cloudtrail_update_dashboard | R Documentation |
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
)
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
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.