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

SyntheticMonitorTarget

import type { SyntheticMonitorTarget } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Describes a Synthetic Monitor to be invoked by Uptime.

interface SyntheticMonitorTarget {
cloudFunctionV2?: CloudFunctionV2Target;
}

§Properties

§
cloudFunctionV2?: CloudFunctionV2Target
[src]

Target a Synthetic Monitor GCFv2 instance.