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

GoogleCloudConnectorsV1EventingRuntimeData

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

Eventing runtime data has the details related to eventing managed by the system.

interface GoogleCloudConnectorsV1EventingRuntimeData {
readonly eventsListenerEndpoint?: string;
readonly eventsListenerPscSa?: string;
}

§Properties

§
readonly eventsListenerEndpoint?: string
[src]

Output only. Events listener endpoint. The value will populated after provisioning the events listener.

§
readonly eventsListenerPscSa?: string
[src]

Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.

§

Output only. Current status of eventing.

§

Output only. Webhook data.