@liflig/cdk
    Preparing search index...

    Interface LambdaAlarmsProps

    interface LambdaAlarmsProps {
        action: IAlarmAction;
        lambdaFunction: IFunction;
    }
    Index

    Properties

    action: IAlarmAction

    The default action to use for CloudWatch alarm state changes.

    lambdaFunction: IFunction

    The Lambda to add alarms to.