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

CloudFunctionV2Target

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

A Synthetic Monitor deployed to a Cloud Functions V2 instance.

interface CloudFunctionV2Target {
readonly cloudRunRevision?: MonitoredResource;
name?: string;
}

§Properties

§
readonly cloudRunRevision?: MonitoredResource
[src]

Output only. The cloud_run_revision Monitored Resource associated with the GCFv2. The Synthetic Monitor execution results (metrics, logs, and spans) are reported against this Monitored Resource. This field is output only.

§
name?: string
[src]

Required. Fully qualified GCFv2 resource name i.e. projects/{project}/locations/{location}/functions/{function} Required.