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

ResourceSyncEvent

import type { ResourceSyncEvent } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Detail data for a resource sync event.

interface ResourceSyncEvent {
event: string;
externalId?: string | null;
time: Date | number;
type: string;
}

§Properties

§
event: string
[src]

A resource sync event.

§
externalId?: string | null
[src]

The external ID for the event.

§
time: Date | number
[src]

The time when the event occurred.

§
type: string
[src]

The type of event.