@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
12 lines (11 loc) • 302 B
TypeScript
import { RawAwsSecurityHub } from './data';
import { AwsSecurityHub } from '../../types/generated';
declare const _default: ({ service, account, region, }: {
service: RawAwsSecurityHub;
account: string;
region: string;
}) => AwsSecurityHub;
/**
* Security Hub
*/
export default _default;