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

DatabaseResourceSignalData

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

Database resource signal data. This is used to send signals to Condor which are based on the DB/Instance/Fleet level configurations. These will be used to send signals for all inventory types. Next ID: 7

interface DatabaseResourceSignalData {
fullResourceName?: string;
lastRefreshTime?: Date;
resourceId?: DatabaseResourceId;
signalBoolValue?: boolean;
readonly signalState?:
| "SIGNAL_STATE_UNSPECIFIED"
| "ACTIVE"
| "INACTIVE"
| "DISMISSED";
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.

§
readonly signalState?: "SIGNAL_STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "DISMISSED"
[src]

Required. Output only. Signal state of the signal

§
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