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

ConnectorProfileConfig

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

Defines the connector-specific configuration and credentials for the connector profile.

interface ConnectorProfileConfig {
connectorProfileCredentials?: ConnectorProfileCredentials | null;
connectorProfileProperties: ConnectorProfileProperties;
}

§Properties

§
connectorProfileCredentials?: ConnectorProfileCredentials | null
[src]

The connector-specific credentials required by each connector.

§
connectorProfileProperties: ConnectorProfileProperties
[src]

The connector-specific properties of the profile configuration.