UNPKG

@csermet/multiprovider

Version:

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

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