UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

14 lines (13 loc) 366 B
export interface MetricWithDims<D> { readonly namespace: string; readonly metricName: string; readonly statistic: string; readonly dimensionsMap: D; } export declare class ServiceCatalogMetrics { static provisionedProductLaunchSum(this: void, dimensions: { ProductId: string; }): MetricWithDims<{ ProductId: string; }>; }