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

UrlEndpointConfig

import type { UrlEndpointConfig } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";

The configuration for the URL endpoint type.

interface UrlEndpointConfig {
HealthUrl?: string | null;
Url?: string | null;
}

§Properties

§
HealthUrl?: string | null
[src]

The health check URL of the URL endpoint type.

§
Url?: string | null
[src]

The HTTP URL endpoint.