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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
interface CreateConnectionRequest {
ConnectionName: string;
ProviderType: ProviderType;
Tags?: Tag[] | null;
}

§Properties

§
ConnectionName: string
[src]

A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.

§
ProviderType: ProviderType
[src]

The source repository provider.

§
Tags?: Tag[] | null
[src]

A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.