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

CreateConnectionApiKeyAuthRequestParameters

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

Contains the API key authorization parameters for the connection.

interface CreateConnectionApiKeyAuthRequestParameters {
ApiKeyName: string;
ApiKeyValue: string;
}

§Properties

§
ApiKeyName: string
[src]

The name of the API key to use for authorization.

§
ApiKeyValue: string
[src]

The value for the API key to use for authorization.