PURISTA API / @purista/core / ServiceHealthState
Type Alias: ServiceHealthState
ServiceHealthState =
object
Defined in: core/types/ServiceHealthState.ts:15
Properties
eventBridgeHealthy
eventBridgeHealthy:
boolean
Defined in: core/types/ServiceHealthState.ts:17
pausedQueueWorkers
pausedQueueWorkers:
QueueWorkerPauseHealthState[]
Defined in: core/types/ServiceHealthState.ts:20
pausedSubscriptionConsumers
pausedSubscriptionConsumers:
PausedSubscriptionConsumerHealthState[]
Defined in: core/types/ServiceHealthState.ts:21
queueBridgeHealthy
queueBridgeHealthy:
boolean
Defined in: core/types/ServiceHealthState.ts:18
queues
queues:
QueueHealthState[]
Defined in: core/types/ServiceHealthState.ts:19
status
status:
ServiceHealthStatus
Defined in: core/types/ServiceHealthState.ts:16
