property SqsQueue.prototype.isHealthy
Since 0.1.0

M70c: present only when the transport exposes isHealthy?() (the real adapter issues GetQueueAttributes); its absence is unknown reachability, not false.

Type

() => Promise<boolean>

Usage

import { SqsQueue } from "queue-plugin/src/index.ts";