cloudtrail_create_dashboard: Creates a custom dashboard or the Highlights dashboard

View source: R/cloudtrail_operations.R

cloudtrail_create_dashboardR Documentation

Creates a custom dashboard or the Highlights dashboard

Description

Creates 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 Status to ENABLED. The Unit for the refresh schedule must be HOURS and the Value must be 6.

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.


paws.management documentation built on April 3, 2025, 10:39 p.m.