UNPKG

@csermet/multiprovider

Version:

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

15 lines (14 loc) 364 B
import { Config } from 'aws-sdk/lib/config'; export interface RawAwsSecurityHub { HubArn: string; SubscribedAt: string; AutoEnableControls?: boolean; region: string; } declare const _default: ({ regions, config, }: { regions: string; config: Config; }) => Promise<{ [property: string]: RawAwsSecurityHub[]; }>; export default _default;