UNPKG

@csermet/multiprovider

Version:

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

23 lines (22 loc) 525 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { Stack } from 'aws-sdk/clients/cloudformation'; import { TagMap } from '../../types'; declare const _default: ({ service: cfStack, data, region, }: { data: { name: string; data: { [property: string]: any[]; }; }[]; service: Stack & { region: string; Tags: TagMap; }; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * Cloud Formation Stack */ export default _default;