aws-cdk 2.1111.0 → 2.1112.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2026-03-11T23:28:37Z by generate.sh",
3
- "commit": "69089a7"
2
+ "comment": "Generated at 2026-03-18T18:29:31Z by generate.sh",
3
+ "commit": "48e9b5d"
4
4
  }
@@ -519,6 +519,10 @@ export interface DestroyOptions {
519
519
  * Whether the destroy request came from a deploy.
520
520
  */
521
521
  fromDeploy?: boolean;
522
+ /**
523
+ * Maximum number of simultaneous destroys (dependency permitting) to execute.
524
+ */
525
+ concurrency?: number;
522
526
  }
523
527
  /**
524
528
  * Options for the garbage collection