Skip to main content
Module

x/lambda/mod.ts>CodePipelineCloudWatchStageEvent

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
interface CodePipelineCloudWatchStageEvent
import { type CodePipelineCloudWatchStageEvent } from "https://deno.land/x/lambda@1.24.3/mod.ts";

Properties

version: string
id: string
detail-type: "CodePipeline Stage Execution State Change"
source: "aws.codepipeline"
account: string
time: string
region: string
resources: string[]
detail: { pipeline: string; version: number; execution-id: string; stage: string; state: CodePipelineStageState; }