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

GetConnectionOutput

import type { GetConnectionOutput } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";
interface GetConnectionOutput {
Connection?: Connection | null;
}

§Properties

§
Connection?: Connection | null
[src]

The connection details, such as status, owner, and provider type.