UNPKG

@csermet/multiprovider

Version:

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

14 lines (13 loc) 337 B
import { AwsCloudwatchLog } from '../../types/generated'; import { RawAwsLogGroup } from './data'; declare const _default: ({ service, account, region, }: { service: RawAwsLogGroup & { region: string; }; account: string; region: string; }) => AwsCloudwatchLog; /** * CloudWatch Logs */ export default _default;