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

ActionContext

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

Represents the context of an action in the stage of a pipeline to a job worker.

interface ActionContext {
actionExecutionId?: string | null;
name?: string | null;
}

§Properties

§
actionExecutionId?: string | null
[src]

The system-generated unique ID that corresponds to an action's execution.

§
name?: string | null
[src]

The name of the action in the context of a job.