Creates a custom dashboard or the Highlights dashboard
Source:R/cloudtrail_operations.R
cloudtrail_create_dashboard.RdCreates a custom dashboard or the Highlights dashboard.
See https://www.paws-r-sdk.com/docs/cloudtrail_create_dashboard/ for full documentation.
Usage
cloudtrail_create_dashboard(
Name,
RefreshSchedule = NULL,
TagsList = NULL,
TerminationProtectionEnabled = NULL,
Widgets = NULL
)Arguments
- Name
[required] The name of the dashboard. The name must be unique to your account.
To create the Highlights dashboard, the name must be
AWSCloudTrail-Highlights.- RefreshSchedule
The refresh schedule configuration for the dashboard.
To create the Highlights dashboard, you must set a refresh schedule and set the
StatustoENABLED. TheUnitfor the refresh schedule must beHOURSand theValuemust be6.A list of tags.
- 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.