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

ConnectionApiKeyAuthResponseParameters

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

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

interface ConnectionApiKeyAuthResponseParameters {
ApiKeyName?: string | null;
}

§Properties

§
ApiKeyName?: string | null
[src]

The name of the header to use for the APIKeyValue used for authorization.