agent-claw: automated task changes
This commit is contained in:
16
cdk/node_modules/aws-cdk-lib/aws-autoscaling/lib/aspects/require-imdsv2-aspect.d.ts
generated
vendored
Normal file
16
cdk/node_modules/aws-cdk-lib/aws-autoscaling/lib/aspects/require-imdsv2-aspect.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { IConstruct } from 'constructs';
|
||||
import * as cdk from '../../../core';
|
||||
/**
|
||||
* Aspect that makes IMDSv2 required on instances deployed by AutoScalingGroups.
|
||||
*/
|
||||
export declare class AutoScalingGroupRequireImdsv2Aspect implements cdk.IAspect {
|
||||
constructor();
|
||||
visit(node: IConstruct): void;
|
||||
/**
|
||||
* Adds a warning annotation to a node.
|
||||
*
|
||||
* @param node The scope to add the warning to.
|
||||
* @param message The warning message.
|
||||
*/
|
||||
protected warn(node: IConstruct, message: string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user