@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
19 lines (18 loc) • 421 B
TypeScript
import { ServiceConnection } from '@cloudgraph/sdk';
import { RawAwsCloudTrail } from './data';
declare const _default: ({ service: cloudTrail, data, region, }: {
data: {
name: string;
data: {
[property: string]: any[];
};
}[];
service: RawAwsCloudTrail;
region: string;
}) => {
[key: string]: ServiceConnection[];
};
/**
* CloudTrail
*/
export default _default;