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

AmplitudeConnectorProfileCredentials

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

The connector-specific credentials required when using Amplitude.

interface AmplitudeConnectorProfileCredentials {
apiKey: string;
secretKey: string;
}

§Properties

§
apiKey: string
[src]

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

§
secretKey: string
[src]

The Secret Access Key portion of the credentials.