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

CreateConnectionResponse

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

§Properties

§
Connection: Connection
[src]

A description of the App Runner connection that's created by this request.