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

Condition

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

Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.

interface Condition {
Conditions?: SimpleCondition[] | null;
Operator?: Operator | null;
}

§Properties

§
Conditions?: SimpleCondition[] | null
[src]

The conditions to evaluate for the activity.

§
Operator?: Operator | null
[src]

Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.