UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

14 lines (13 loc) 356 B
export interface MetricWithDims<D> { readonly namespace: string; readonly metricName: string; readonly statistic: string; readonly dimensionsMap: D; } export declare class KinesisAnalyticsMetrics { static kpUsAverage(this: void, dimensions: { Application: string; }): MetricWithDims<{ Application: string; }>; }