UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

20 lines (19 loc) 443 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsRouteTable } from './data'; declare const _default: ({ service: routeTable, data, region, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsRouteTable; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * Route Table */ export default _default;