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

CustomConnectorProfileProperties

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

The profile properties required by the custom connector.

interface CustomConnectorProfileProperties {
oAuth2Properties?: OAuth2Properties | null;
profileProperties?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
oAuth2Properties?: OAuth2Properties | null
[src]
§
profileProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of properties that are required to create a profile for the custom connector.