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

WaitTime

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

Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity's conditions have been met or an activity moves participants to the next activity in a journey.

interface WaitTime {
WaitFor?: string | null;
WaitUntil?: string | null;
}

§Properties

§
WaitFor?: string | null
[src]

The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's conditions have been met or moving participants to the next activity in the journey.

§
WaitUntil?: string | null
[src]

The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have been met or the activity moves participants to the next activity in the journey.