UNPKG

@csermet/multiprovider

Version:

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

20 lines (19 loc) 460 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsInstanceProfile } from './data'; declare const _default: ({ service: instanceProfile, data, }: { data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsInstanceProfile; account: string; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * IAM Instance Profiles */ export default _default;