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

SegmentCondition

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

Specifies a segment to associate with an activity in a journey.

interface SegmentCondition {
SegmentId: string;
}

§Properties

§
SegmentId: string
[src]

The unique identifier for the segment to associate with the activity.