UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

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