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

EventSubscription

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

This data type is used in the "Subscription" data type.

interface EventSubscription {
subscribedAt: Date | number;
}

§Properties

§

The event for which Amazon Simple Notification Service (SNS) notifications are sent.

§
subscribedAt: Date | number
[src]

The time at which "SubscribeToEvent" is called.