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

InboxPlacementTrackingOption

import type { InboxPlacementTrackingOption } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.

interface InboxPlacementTrackingOption {
Global?: boolean | null;
TrackedIsps?: string[] | null;
}

§Properties

§
Global?: boolean | null
[src]

Specifies whether inbox placement data is being tracked for the domain.

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

An array of strings, one for each major email provider that the inbox placement data applies to.