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

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?: {
[key: string]: string | null | undefined;
}
| null;
triggerType?: TriggerType | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
destinationConnectorType?: ConnectorType | null
[src]
§
flowArn?: string | null
[src]
§
flowName?: string | null
[src]
§
flowStatus?: FlowStatus | null
[src]
§
lastRunExecutionDetails?: ExecutionDetails | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
lastUpdatedBy?: string | null
[src]
§
sourceConnectorType?: ConnectorType | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
triggerType?: TriggerType | null
[src]