agent-claw: automated task changes
This commit is contained in:
18
cdk/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts
generated
vendored
Normal file
18
cdk/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { DefaultCdkOptions } from './common';
|
||||
/**
|
||||
* Options to use with cdk destroy
|
||||
*/
|
||||
export interface DestroyOptions extends DefaultCdkOptions {
|
||||
/**
|
||||
* Do not ask for permission before destroying stacks
|
||||
*
|
||||
* @default false
|
||||
*/
|
||||
readonly force?: boolean;
|
||||
/**
|
||||
* Only destroy the given stack
|
||||
*
|
||||
* @default false
|
||||
*/
|
||||
readonly exclusively?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user