Get Dashboard Result
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)
Properties
Link copied to clipboard
The timestamp of the dashboard creation.
Link copied to clipboard
The ARN 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
The status of the dashboard. Values are CREATING, CREATED, UPDATING, UPDATED and DELETING.
Link copied to clipboard
Indicates whether the dashboard is protected from termination.
Link copied to clipboard
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