UNPKG

@csermet/multiprovider

Version:

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

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