@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
16 lines (15 loc) • 401 B
TypeScript
import { MetricAlarm } from 'aws-sdk/clients/cloudwatch';
import { TagMap } from '../../types';
import { AwsCloudwatch } from '../../types/generated';
declare const _default: ({ service, account, region, }: {
service: MetricAlarm & {
Tags?: TagMap;
region: string;
};
account: string;
region: string;
}) => AwsCloudwatch;
/**
* CloudWatch
*/
export default _default;