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
)
[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
.
The refresh schedule configuration for the dashboard.
To create the Highlights dashboard, you must set a refresh schedule and
set the Status
to ENABLED
. The Unit
for the refresh schedule must
be HOURS
and the Value
must be 6
.
Specifies whether termination protection is enabled for the dashboard. If termination protection is enabled, you cannot delete the dashboard until termination protection is disabled.
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.