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

IntegrationConfig

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

Configuration data for integration workflow.

interface IntegrationConfig {
AppflowIntegration?: AppflowIntegration | null;
}

§Properties

§
AppflowIntegration?: AppflowIntegration | null
[src]

Configuration data for APPFLOW_INTEGRATION workflow type.