UNPKG

@csermet/multiprovider

Version:

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

19 lines (18 loc) 394 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsAlb } from './data'; declare const _default: ({ service: alb, data, region, }: { service: RawAwsAlb; data: { name: string; data: { [property: string]: any[]; }; }[]; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * ALBs */ export default _default;