agent-claw: automated task changes
This commit is contained in:
15
cdk/node_modules/aws-cdk-lib/aws-cloudwatch-actions/lib/autoscaling.d.ts
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk-lib/aws-cloudwatch-actions/lib/autoscaling.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { Construct } from 'constructs';
|
||||
import type * as autoscaling from '../../aws-autoscaling';
|
||||
import type * as cloudwatch from '../../aws-cloudwatch';
|
||||
/**
|
||||
* Use an AutoScaling StepScalingAction as an Alarm Action
|
||||
*/
|
||||
export declare class AutoScalingAction implements cloudwatch.IAlarmAction {
|
||||
private readonly stepScalingAction;
|
||||
constructor(stepScalingAction: autoscaling.StepScalingAction);
|
||||
/**
|
||||
* Returns an alarm action configuration to use an AutoScaling StepScalingAction
|
||||
* as an alarm action
|
||||
*/
|
||||
bind(_scope: Construct, _alarm: cloudwatch.IAlarm): cloudwatch.AlarmActionConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user