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

Connection

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

Describes an App Runner connection resource.

interface Connection {
ConnectionArn?: string | null;
ConnectionName?: string | null;
CreatedAt?: Date | number | null;
ProviderType?: ProviderType | null;
Status?: ConnectionStatus | null;
}

§Properties

§
ConnectionArn?: string | null
[src]

The Amazon Resource Name (ARN) of this connection.

§
ConnectionName?: string | null
[src]

The customer-provided connection name.

§
CreatedAt?: Date | number | null
[src]

The App Runner connection creation time, expressed as a Unix time stamp.

§
ProviderType?: ProviderType | null
[src]

The source repository provider.

§
Status?: ConnectionStatus | null
[src]

The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.