UNPKG

@csermet/multiprovider

Version:

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

20 lines (19 loc) 484 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsVpcPeeringConnection } from './data'; declare const _default: ({ service: vpcPeeringConnection, data, region, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsVpcPeeringConnection; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * Vpc Peering Connection */ export default _default;