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

TaskStartedEventDetails

import type { TaskStartedEventDetails } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";

Contains details about the start of a task during an execution.

interface TaskStartedEventDetails {
resource: string;
resourceType: string;
}

§Properties

§
resource: string
[src]

The service name of the resource in a task state.

§
resourceType: string
[src]

The action of the resource called by a task state.