UNPKG

@csermet/multiprovider

Version:

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

19 lines (18 loc) 414 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsCloudfront } from './data'; declare const _default: ({ service: cloudfront, data, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsCloudfront; }) => { [key: string]: ServiceConnection[]; }; /** * Cloudfront */ export default _default;