Interface DatabaseAlarmsProps

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

Properties

action: IAlarmAction

The default action to use for CloudWatch alarm state changes

allocatedStorage: Size
instanceIdentifier: string
instanceType: InstanceType