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

SimpleCondition

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

Specifies a condition to evaluate for an activity in a journey.

interface SimpleCondition {
EventCondition?: EventCondition | null;
SegmentCondition?: SegmentCondition | null;
SegmentDimensions?: SegmentDimensions | null;
}

§Properties

§
EventCondition?: EventCondition | null
[src]

The dimension settings for the event that's associated with the activity.

§
SegmentCondition?: SegmentCondition | null
[src]

The segment that's associated with the activity.

§
SegmentDimensions?: SegmentDimensions | null
[src]

The dimension settings for the segment that's associated with the activity.