@liflig/cdk
    Preparing search index...

    Interface DatabaseAlarmsProps

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

    Properties

    action: IAlarmAction

    The default action to use for CloudWatch alarm state changes

    allocatedStorage: Size
    instanceIdentifier: string
    instanceType: InstanceType