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

ActionTypeUrls

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

Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type.

interface ActionTypeUrls {
configurationUrl?: string | null;
entityUrlTemplate?: string | null;
executionUrlTemplate?: string | null;
revisionUrlTemplate?: string | null;
}

§Properties

§
configurationUrl?: string | null
[src]

The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.

§
entityUrlTemplate?: string | null
[src]

The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.

§
executionUrlTemplate?: string | null
[src]

The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.

§
revisionUrlTemplate?: string | null
[src]

The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.