DescribeFlowResponse
import type { DescribeFlowResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";interface DescribeFlowResponse {
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
destinationFlowConfigList?: DestinationFlowConfig[] | null;
flowArn?: string | null;
flowName?: string | null;
flowStatus?: FlowStatus | null;
flowStatusMessage?: string | null;
kmsArn?: string | null;
lastRunExecutionDetails?: ExecutionDetails | null;
lastUpdatedAt?: Date | number | null;
lastUpdatedBy?: string | null;
sourceFlowConfig?: SourceFlowConfig | null;
tags?: {} | null;
[key: string]: string | null | undefined;
tasks?: Task[] | null;
triggerConfig?: TriggerConfig | null;
}§Properties
§
destinationFlowConfigList?: DestinationFlowConfig[] | null
[src]§
flowStatus?: FlowStatus | null
[src]§
lastRunExecutionDetails?: ExecutionDetails | null
[src]§
sourceFlowConfig?: SourceFlowConfig | null
[src]§
triggerConfig?: TriggerConfig | null
[src]