Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConfigBasedSignalData

import type { ConfigBasedSignalData } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Config based signal data. This is used to send signals to Condor which are based on the DB level configurations. These will be used to send signals for self managed databases.

interface ConfigBasedSignalData {
fullResourceName?: string;
lastRefreshTime?: Date;
resourceId?: DatabaseResourceId;
signalBoolValue?: boolean;
signalType?:
| "SIGNAL_TYPE_UNSPECIFIED"
| "SIGNAL_TYPE_OUTDATED_MINOR_VERSION"
| "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED"
| "SIGNAL_TYPE_NO_ROOT_PASSWORD"
| "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS"
| "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS";
}

§Properties

§
fullResourceName?: string
[src]

Required. Full Resource name of the source resource.

§
lastRefreshTime?: Date
[src]

Required. Last time signal was refreshed

§

Database resource id.

§
signalBoolValue?: boolean
[src]

Signal data for boolean signals.

§
signalType?: "SIGNAL_TYPE_UNSPECIFIED" | "SIGNAL_TYPE_OUTDATED_MINOR_VERSION" | "SIGNAL_TYPE_DATABASE_AUDITING_DISABLED" | "SIGNAL_TYPE_NO_ROOT_PASSWORD" | "SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS" | "SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS"
[src]

Required. Signal type of the signal