GetDashboardResult

data class GetDashboardResult(val createdTimestamp: String? = null, val dashboardArn: String? = null, val name: String? = null, val refreshSchedule: DashboardRefreshSchedule? = null, val status: DashboardStatus? = null, val tags: List<Tag>? = null, val terminationProtectionEnabled: Boolean? = null, val type: DashboardType? = null, val updatedTimestamp: String? = null, val widgets: List<DashboardWidget>? = null)

Constructors

Link copied to clipboard
constructor(createdTimestamp: String? = null, dashboardArn: String? = null, name: String? = null, refreshSchedule: DashboardRefreshSchedule? = null, status: DashboardStatus? = null, tags: List<Tag>? = null, terminationProtectionEnabled: Boolean? = null, type: DashboardType? = null, updatedTimestamp: String? = null, widgets: List<DashboardWidget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the dashboard creation.

Link copied to clipboard
val dashboardArn: String? = null

The ARN of the dashboard.

Link copied to clipboard
val name: 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 status: DashboardStatus? = null

The status of the dashboard. Values are CREATING, CREATED, UPDATING, UPDATED and DELETING.

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

A list of tags.

Link copied to clipboard

Indicates whether the dashboard is protected from termination.

Link copied to clipboard
val type: DashboardType? = null

The type of the dashboard. Values are CUSTOM and MANAGED.

Link copied to clipboard

The timestamp showing when the dashboard was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.

Link copied to clipboard

List of widgets on the dashboard