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

ActionTypeSettings

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

Returns information about the settings for an action type.

interface ActionTypeSettings {
entityUrlTemplate?: string | null;
executionUrlTemplate?: string | null;
revisionUrlTemplate?: string | null;
thirdPartyConfigurationUrl?: string | null;
}

§Properties

§
entityUrlTemplate?: string | null
[src]

The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.

§
executionUrlTemplate?: string | null
[src]

The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.

§
revisionUrlTemplate?: string | null
[src]

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

§
thirdPartyConfigurationUrl?: string | null
[src]

The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.