View source: R/cloudtrail_operations.R
cloudtrail_create_dashboard | R Documentation |
Creates a custom dashboard or the Highlights dashboard.
See https://www.paws-r-sdk.com/docs/cloudtrail_create_dashboard/ for full documentation.
cloudtrail_create_dashboard(
Name,
RefreshSchedule = NULL,
TagsList = NULL,
TerminationProtectionEnabled = NULL,
Widgets = NULL
)
Name |
[required] The name of the dashboard. The name must be unique to your account. To create the Highlights dashboard, the name must be
|
RefreshSchedule |
The refresh schedule configuration for the dashboard. To create the Highlights dashboard, you must set a refresh schedule and
set the |
TagsList |
|
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. |
Widgets |
An array of widgets for a custom dashboard. A custom dashboard can have a maximum of ten widgets. You do not need to specify widgets for the Highlights dashboard. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.