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

AppFlowConfig

import type { AppFlowConfig } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Details about an Amazon AppFlow flow datasource.

interface AppFlowConfig {
FlowName?: string | null;
RoleArn?: string | null;
}

§Properties

§
FlowName?: string | null
[src]

name of the flow.

§
RoleArn?: string | null
[src]

An IAM role that gives Amazon Lookout for Metrics permission to access the flow.