@aws-cdk/integ-runner 2.190.4 → 2.190.6

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.
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "@aws-cdk/aws-signer:signingProfileNamePassedToCfn": true,
3
+ "@aws-cdk/aws-ecs-patterns:secGroupsDisablesImplicitOpenListener": true,
3
4
  "@aws-cdk/aws-lambda:recognizeLayerVersion": true,
4
5
  "@aws-cdk/core:checkSecretUsage": true,
5
6
  "@aws-cdk/core:target-partitions": [
@@ -227,6 +227,7 @@ export declare const DEFAULT_SYNTH_OPTIONS: {
227
227
  */
228
228
  export declare function currentlyRecommendedAwsCdkLibFlags(): {
229
229
  "@aws-cdk/aws-signer:signingProfileNamePassedToCfn": boolean;
230
+ "@aws-cdk/aws-ecs-patterns:secGroupsDisablesImplicitOpenListener": boolean;
230
231
  "@aws-cdk/aws-lambda:recognizeLayerVersion": boolean;
231
232
  "@aws-cdk/core:checkSecretUsage": boolean;
232
233
  "@aws-cdk/core:target-partitions": string[];