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

UpdateFlowRequest

import type { UpdateFlowRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface UpdateFlowRequest {
description?: string | null;
destinationFlowConfigList: DestinationFlowConfig[];
flowName: string;
metadataCatalogConfig?: MetadataCatalogConfig | null;
sourceFlowConfig: SourceFlowConfig;
tasks: Task[];
triggerConfig: TriggerConfig;
}

§Properties

§
description?: string | null
[src]

A description of the flow.

§
destinationFlowConfigList: DestinationFlowConfig[]
[src]

The configuration that controls how Amazon AppFlow transfers data to the destination connector.

§
flowName: string
[src]

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

§
metadataCatalogConfig?: MetadataCatalogConfig | null
[src]

Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.

§
sourceFlowConfig: SourceFlowConfig
[src]
§
tasks: Task[]
[src]

A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

§
triggerConfig: TriggerConfig
[src]

The trigger settings that determine how and when the flow runs.