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

TopicFilter

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

Used for filtering by a specific topic preference.

interface TopicFilter {
TopicName?: string | null;
UseDefaultIfPreferenceUnavailable?: boolean | null;
}

§Properties

§
TopicName?: string | null
[src]

The name of a topic on which you wish to apply the filter.

§
UseDefaultIfPreferenceUnavailable?: boolean | null
[src]

Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.