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

ConnectionAuthResponseParameters

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

Contains the authorization parameters to use for the connection.

interface ConnectionAuthResponseParameters {
ApiKeyAuthParameters?: ConnectionApiKeyAuthResponseParameters | null;
BasicAuthParameters?: ConnectionBasicAuthResponseParameters | null;
InvocationHttpParameters?: ConnectionHttpParameters | null;
OAuthParameters?: ConnectionOAuthResponseParameters | null;
}

§Properties

§
ApiKeyAuthParameters?: ConnectionApiKeyAuthResponseParameters | null
[src]

The API Key parameters to use for authorization.

§
BasicAuthParameters?: ConnectionBasicAuthResponseParameters | null
[src]

The authorization parameters for Basic authorization.

§
InvocationHttpParameters?: ConnectionHttpParameters | null
[src]

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.

§

The OAuth parameters to use for authorization.