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

CodeStarParameters

import type { CodeStarParameters } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";

The subtype containing details about the Codestar connection Type.

interface CodeStarParameters {
ArtifactPath: string;
Branch: string;
ConnectionArn: string;
Repository: string;
}

§Properties

§
ArtifactPath: string
[src]

The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."

§
Branch: string
[src]

The specific branch where the artifact resides.

§
ConnectionArn: string
[src]

The CodeStar ARN, which is the connection between Service Catalog and the external repository.

§
Repository: string
[src]

The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."