FlowDefinition
import type { FlowDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";interface FlowDefinition {
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
destinationConnectorType?: ConnectorType | null;
flowArn?: string | null;
flowName?: string | null;
flowStatus?: FlowStatus | null;
lastRunExecutionDetails?: ExecutionDetails | null;
lastUpdatedAt?: Date | number | null;
lastUpdatedBy?: string | null;
sourceConnectorType?: ConnectorType | null;
tags?: {} | null;
[key: string]: string | null | undefined;
triggerType?: TriggerType | null;
}§Properties
§
destinationConnectorType?: ConnectorType | null
[src]§
flowStatus?: FlowStatus | null
[src]§
lastRunExecutionDetails?: ExecutionDetails | null
[src]§
sourceConnectorType?: ConnectorType | null
[src]§
triggerType?: TriggerType | null
[src]