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

ConnectionBasicAuthResponseParameters

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

Contains the authorization parameters for the connection if Basic is specified as the authorization type.

interface ConnectionBasicAuthResponseParameters {
Username?: string | null;
}

§Properties

§
Username?: string | null
[src]

The user name to use for Basic authorization.