DashboardArgs

data class DashboardArgs(val name: Output<String>? = null, val refreshSchedule: Output<DashboardRefreshScheduleArgs>? = null, val tags: Output<List<TagArgs>>? = null, val terminationProtectionEnabled: Output<Boolean>? = null, val widgets: Output<List<DashboardWidgetArgs>>? = null) : ConvertibleToJava<DashboardArgs>

The Amazon CloudTrail dashboard resource allows customers to manage managed dashboards and create custom dashboards. You can manually refresh custom and managed dashboards. For custom dashboards, you can also set up an automatic refresh schedule and modify dashboard widgets.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, refreshSchedule: Output<DashboardRefreshScheduleArgs>? = null, tags: Output<List<TagArgs>>? = null, terminationProtectionEnabled: Output<Boolean>? = null, widgets: Output<List<DashboardWidgetArgs>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the dashboard.

Link copied to clipboard

Configures the automatic refresh schedule for the dashboard. Includes the frequency unit (DAYS or HOURS) and value, as well as the status (ENABLED or DISABLED) of the refresh schedule.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of tags.

Link copied to clipboard

Indicates whether the dashboard is protected from termination.

Link copied to clipboard
val widgets: Output<List<DashboardWidgetArgs>>? = null

List of widgets on the dashboard

Functions

Link copied to clipboard
open override fun toJava(): DashboardArgs