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

CreateWebhookOutput

import type { CreateWebhookOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface CreateWebhookOutput {
webhook?: Webhook | null;
}

§Properties

§
webhook?: Webhook | null
[src]

Information about a webhook that connects repository events to a build project in CodeBuild.