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

ExecutionTrigger

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

The interaction or event that started a pipeline execution.

interface ExecutionTrigger {
triggerDetail?: string | null;
triggerType?: TriggerType | null;
}

§Properties

§
triggerDetail?: string | null
[src]

Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

§
triggerType?: TriggerType | null
[src]

The type of change-detection method, command, or user interaction that started a pipeline execution.