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

StageContext

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

Represents information about a stage to a job worker.

interface StageContext {
name?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the stage.