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

CreatePipelineInput

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

Represents the input of a CreatePipeline action.

interface CreatePipelineInput {
tags?: Tag[] | null;
}

§Properties

§

Represents the structure of actions and stages to be performed in the pipeline.

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

The tags for the pipeline.