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

PushMessageActivity

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

Specifies the settings for a push notification activity in a journey. This type of activity sends a push notification to participants.

interface PushMessageActivity {
MessageConfig?: JourneyPushMessage | null;
NextActivity?: string | null;
TemplateName?: string | null;
TemplateVersion?: string | null;
}

§Properties

§
MessageConfig?: JourneyPushMessage | null
[src]

Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.

§
NextActivity?: string | null
[src]

The unique identifier for the next activity to perform, after the message is sent.

§
TemplateName?: string | null
[src]

The name of the push notification template to use for the message. If specified, this value must match the name of an existing message template.

§
TemplateVersion?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link