UNPKG

cdk-monitoring-constructs

Version:

[![NPM version](https://badge.fury.io/js/cdk-monitoring-constructs.svg)](https://badge.fury.io/js/cdk-monitoring-constructs) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.cdklabs/cdkmonitoringconstructs/badge.svg)](https://m

7 lines (6 loc) 441 B
import { BaseMetricFactory, BaseMetricFactoryProps, MetricFactory } from "../../common"; export declare type SecretsManagerMetricFactoryProps = BaseMetricFactoryProps; export declare class SecretsManagerMetricFactory extends BaseMetricFactory<SecretsManagerMetricFactoryProps> { constructor(metricFactory: MetricFactory, props: SecretsManagerMetricFactoryProps); metricSecretCount(): import("../../common").MetricWithAlarmSupport; }