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

WebhookDefinition

import type { WebhookDefinition } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/codepipeline.ts";
interface WebhookDefinition {
authentication: WebhookAuthenticationType;
authenticationConfiguration: WebhookAuthConfiguration;
filters: WebhookFilterRule[];
name: string;
targetAction: string;
targetPipeline: string;
}

§Properties

§
authenticationConfiguration: WebhookAuthConfiguration
[src]
§
name: string
[src]
§
targetAction: string
[src]
§
targetPipeline: string
[src]