method IAwsSecretsClient.isHealthy
Since 0.5.0
IAwsSecretsClient.isHealthy(): Promise<boolean>

Optional non-mutating reachability probe (M90b). When the injected facade exposes it, the provider's health indicator reports real reachability; when omitted, the indicator reports reachable: 'unknown' rather than reading a secret as a probe — a read is not a health check and would alter the plugin's cache and billing profile.

Return Type

Promise<boolean>

true when the backend answers

Usage

import { type IAwsSecretsClient } from "secrets-plugin/src/index.ts";