@liflig/cdk
    Preparing search index...

    Interface DatabaseAlarmsProps

    interface DatabaseAlarmsProps {
        alarmAction: IAlarmAction;
        allocatedStorage: Size;
        instanceIdentifier: string;
        instanceType: InstanceType;
        warningAction: IAlarmAction;
    }
    Index

    Properties

    alarmAction: IAlarmAction

    The action to use for alarms sent to "alarms" Slack channel, e.g., critical alerts.

    allocatedStorage: Size
    instanceIdentifier: string
    instanceType: InstanceType
    warningAction: IAlarmAction

    The action to use for alarms sent to "warning" Slack channel, e.g., less critical alerts.