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

10 lines (9 loc) 273 B
import { TextWidget } from "aws-cdk-lib/aws-cloudwatch"; export interface KeyValue { readonly key: string; readonly value: string; } export declare class KeyValueTableWidgetV2 extends TextWidget { constructor(data: KeyValue[]); private static toMarkdown; }