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

CreateConnectionBasicAuthRequestParameters

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

Contains the Basic authorization parameters to use for the connection.

interface CreateConnectionBasicAuthRequestParameters {
Password: string;
Username: string;
}

§Properties

§
Password: string
[src]

The password associated with the user name to use for Basic authorization.

§
Username: string
[src]

The user name to use for Basic authorization.