UNPKG

@csermet/multiprovider

Version:

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

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