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

DestinationFlowConfig

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

Contains information about the configuration of destination connectors present in the flow.

interface DestinationFlowConfig {
apiVersion?: string | null;
connectorProfileName?: string | null;
connectorType: ConnectorType;
destinationConnectorProperties: DestinationConnectorProperties;
}

§Properties

§
apiVersion?: string | null
[src]

The API version that the destination connector uses.

§
connectorProfileName?: string | null
[src]

The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.

§
connectorType: ConnectorType
[src]

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

§
destinationConnectorProperties: DestinationConnectorProperties
[src]

This stores the information that is required to query a particular connector.