UNPKG

@khulnasoft/cdk

Version:

Define your observability as code using the AWS CDK

6 lines (5 loc) 214 B
import { CfnResource } from "aws-cdk-lib"; import { AlertProps } from "../types/alert"; export declare class Alert<TKey extends string> extends CfnResource { constructor(id: string, props: AlertProps<TKey>); }