Dashboard Args
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
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
Indicates whether the dashboard is protected from termination.
Link copied to clipboard
List of widgets on the dashboard