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

SourceFlowConfig

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

Contains information about the configuration of the source connector used in the flow.

interface SourceFlowConfig {
ConnectorProfileName?: string | null;
ConnectorType: SourceConnectorType;
IncrementalPullConfig?: IncrementalPullConfig | null;
SourceConnectorProperties: SourceConnectorProperties;
}

§Properties

§
ConnectorProfileName?: string | null
[src]

The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.

§

The type of connector, such as Salesforce, Marketo, and so on.

§
IncrementalPullConfig?: IncrementalPullConfig | null
[src]

Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.

§
SourceConnectorProperties: SourceConnectorProperties
[src]

Specifies the information that is required to query a particular source connector.