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

PutWebhookInput

import type { PutWebhookInput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface PutWebhookInput {
tags?: Tag[] | null;
}

§Properties

§
tags?: Tag[] | null
[src]

The tags for the webhook.

§

The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name that helps you identify it. You might name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.