HealthStatus

Contains the health status information for a scheduled report, including the status code and any reasons for an unhealthy state.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastRefreshedAt: <Error class: unknown class>?

The timestamp when the health status was last refreshed.

Link copied to clipboard

The health status code. HEALTHY indicates the scheduled report is configured properly and has all required permissions to execute. UNHEALTHY indicates the scheduled report is unable to deliver the notification to the default Amazon EventBridge EventBus in your account and your action is needed. The reason for the unhealthy state is captured in the health status reasons.

Link copied to clipboard

The list of reasons for the current health status. Only present when the status is UNHEALTHY.

Functions

Link copied to clipboard
inline fun copy(block: HealthStatus.Builder.() -> Unit = {}): HealthStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String