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

Subscriber

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

The recipient of AnomalySubscription notifications.

interface Subscriber {
Address?: string | null;
Status?: SubscriberStatus | null;
Type?: SubscriberType | null;
}

§Properties

§
Address?: string | null
[src]

The email address or SNS Amazon Resource Name (ARN). This depends on the Type.

§
Status?: SubscriberStatus | null
[src]

Indicates if the subscriber accepts the notifications.

§
Type?: SubscriberType | null
[src]

The notification delivery channel.