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

PutPartnerEventsRequestEntry

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

The details about an event generated by an SaaS partner.

interface PutPartnerEventsRequestEntry {
Detail?: string | null;
DetailType?: string | null;
Resources?: string[] | null;
Source?: string | null;
Time?: Date | number | null;
}

§Properties

§
Detail?: string | null
[src]

A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

§
DetailType?: string | null
[src]

A free-form string used to decide what fields to expect in the event detail.

§
Resources?: string[] | null
[src]

Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

§
Source?: string | null
[src]

The event source that is generating the entry.

§
Time?: Date | number | null
[src]

The date and time of the event.