konokenj.cdk-api-mcp-server 0.29.0__py3-none-any.whl → 0.31.0__py3-none-any.whl

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.
Files changed (32) hide show
  1. cdk_api_mcp_server/__about__.py +1 -1
  2. cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-lambda-python-alpha/README.md +17 -4
  3. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2/integ.api-dualstack.ts +4 -3
  4. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2/integ.api.ts +4 -2
  5. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2/integ.stage.ts +20 -7
  6. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-authorizers/integ.iam.ts +38 -34
  7. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-integrations/integ.sqs.ts +71 -58
  8. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-backup/README.md +2 -0
  9. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-backup/integ.backup.ts +12 -1
  10. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudwatch/README.md +32 -0
  11. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudwatch/integ.alarm-and-dashboard.ts +1 -0
  12. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudwatch/integ.math-alarm-and-dashboard.ts +4 -0
  13. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codedeploy/integ.deployment-config.ts +4 -15
  14. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codedeploy/integ.deployment-group.ts +218 -40
  15. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codepipeline-actions/integ.pipeline-elastic-beanstalk-deploy.ts +1 -1
  16. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/README.md +13 -0
  17. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/integ.client-vpn-endpoint-client-route-enforcement.ts +68 -0
  18. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-eks/integ.helm-chart-logging.ts +55 -0
  19. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/README.md +15 -0
  20. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.log-retention.ts +8 -2
  21. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-rds/README.md +23 -13
  22. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-rds/integ.cluster-snapshot.ts +3 -71
  23. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-rds/integ.instance-engine-lifecycle-support.ts +53 -0
  24. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-s3-notifications/integ.bucket-notifications.ts +42 -80
  25. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.call-aws-service-cross-region-lambda.ts +97 -0
  26. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.start-job-run.ts +51 -106
  27. cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/cx-api/FEATURE_FLAGS.md +156 -156
  28. {konokenj_cdk_api_mcp_server-0.29.0.dist-info → konokenj_cdk_api_mcp_server-0.31.0.dist-info}/METADATA +2 -2
  29. {konokenj_cdk_api_mcp_server-0.29.0.dist-info → konokenj_cdk_api_mcp_server-0.31.0.dist-info}/RECORD +32 -28
  30. {konokenj_cdk_api_mcp_server-0.29.0.dist-info → konokenj_cdk_api_mcp_server-0.31.0.dist-info}/WHEEL +0 -0
  31. {konokenj_cdk_api_mcp_server-0.29.0.dist-info → konokenj_cdk_api_mcp_server-0.31.0.dist-info}/entry_points.txt +0 -0
  32. {konokenj_cdk_api_mcp_server-0.29.0.dist-info → konokenj_cdk_api_mcp_server-0.31.0.dist-info}/licenses/LICENSE.txt +0 -0
@@ -17,8 +17,6 @@ Flags come in three types:
17
17
 
18
18
  | Flag | Summary | Since | Type |
19
19
  | ----- | ----- | ----- | ----- |
20
- | [@aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration](#aws-cdkaws-ec2-alphauseresourceidforvpcv2migration) | When enabled, use resource IDs for VPC V2 migration | V2_NEXT | new default |
21
- | [@aws-cdk/aws-lambda:useCdkManagedLogGroup](#aws-cdkaws-lambdausecdkmanagedloggroup) | When enabled, CDK creates and manages loggroup for the lambda function | V2_NEXT | new default |
22
20
  | [@aws-cdk/core:newStyleStackSynthesis](#aws-cdkcorenewstylestacksynthesis) | Switch to new stack synthesis method which enables CI/CD | 2.0.0 | fix |
23
21
  | [@aws-cdk/core:stackRelativeExports](#aws-cdkcorestackrelativeexports) | Name exports based on the construct paths relative to the stack, rather than the global construct path | 2.0.0 | fix |
24
22
  | [@aws-cdk/aws-rds:lowercaseDbIdentifier](#aws-cdkaws-rdslowercasedbidentifier) | Force lowercasing of RDS Cluster names in CDK | 2.0.0 | fix |
@@ -101,9 +99,11 @@ Flags come in three types:
101
99
  | [@aws-cdk/pipelines:reduceCrossAccountActionRoleTrustScope](#aws-cdkpipelinesreducecrossaccountactionroletrustscope) | When enabled, scopes down the trust policy for the cross-account action role | 2.189.0 | new default |
102
100
  | [@aws-cdk/core:aspectPrioritiesMutating](#aws-cdkcoreaspectprioritiesmutating) | When set to true, Aspects added by the construct library on your behalf will be given a priority of MUTATING. | 2.189.1 | new default |
103
101
  | [@aws-cdk/s3-notifications:addS3TrustKeyPolicyForSnsSubscriptions](#aws-cdks3-notificationsadds3trustkeypolicyforsnssubscriptions) | Add an S3 trust policy to a KMS key resource policy for SNS subscriptions. | 2.195.0 | fix |
102
+ | [@aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration](#aws-cdkaws-ec2-alphauseresourceidforvpcv2migration) | When enabled, use resource IDs for VPC V2 migration | 2.196.0 | new default |
104
103
  | [@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway](#aws-cdkaws-ec2requireprivatesubnetsforegressonlyinternetgateway) | When enabled, the EgressOnlyGateway resource is only created if private subnets are defined in the dual-stack VPC. | 2.196.0 | fix |
105
104
  | [@aws-cdk/aws-s3:publicAccessBlockedByDefault](#aws-cdkaws-s3publicaccessblockedbydefault) | When enabled, setting any combination of options for BlockPublicAccess will automatically set true for any options not defined. | 2.196.0 | fix |
106
- | [@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal](#aws-cdkaws-kmsapplyimportedaliaspermissionstoprincipal) | Enable grant methods on Aliases imported by name to use kms:ResourceAliases condition | V2NEXT | fix |
105
+ | [@aws-cdk/aws-lambda:useCdkManagedLogGroup](#aws-cdkaws-lambdausecdkmanagedloggroup) | When enabled, CDK creates and manages loggroup for the lambda function | 2.200.0 | new default |
106
+ | [@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal](#aws-cdkaws-kmsapplyimportedaliaspermissionstoprincipal) | Enable grant methods on Aliases imported by name to use kms:ResourceAliases condition | 2.202.0 | fix |
107
107
 
108
108
  <!-- END table -->
109
109
 
@@ -275,10 +275,10 @@ file will be based on the construct path and not on the defined `stackName`
275
275
  of the stack.
276
276
 
277
277
 
278
- | Since | Default | Recommended |
278
+ | Since | Unset behaves like | Recommended value |
279
279
  | ----- | ----- | ----- |
280
280
  | 1.16.0 | `false` | `true` |
281
- | (default in v2) | `true` | |
281
+ | (not configurable in v2) | `true` | |
282
282
 
283
283
  **Compatibility with old behavior:** Pass stack identifiers to the CLI instead of stack names.
284
284
 
@@ -301,10 +301,10 @@ You can override this behavior with the --fail flag:
301
301
  * `--no-fail` => status code == 0
302
302
 
303
303
 
304
- | Since | Default | Recommended |
304
+ | Since | Unset behaves like | Recommended value |
305
305
  | ----- | ----- | ----- |
306
306
  | 1.19.0 | `false` | `true` |
307
- | (default in v2) | `true` | |
307
+ | (not configurable in v2) | `true` | |
308
308
 
309
309
  **Compatibility with old behavior:** Specify `--fail` to the CLI.
310
310
 
@@ -323,10 +323,10 @@ This is a feature flag as the old behavior was technically incorrect but
323
323
  users may have come to depend on it.
324
324
 
325
325
 
326
- | Since | Default | Recommended |
326
+ | Since | Unset behaves like | Recommended value |
327
327
  | ----- | ----- | ----- |
328
328
  | 1.73.0 | `false` | `true` |
329
- | (default in v2) | `true` | |
329
+ | (not configurable in v2) | `true` | |
330
330
 
331
331
  **Compatibility with old behavior:** Update your `.dockerignore` file to match standard Docker ignore rules, if necessary.
332
332
 
@@ -344,10 +344,10 @@ If this flag is not set, Secret.secretName will include the SecretsManager suffi
344
344
  used by SecretsManager.DescribeSecret, and must be parsed by the user first (e.g., Fn:Join, Fn:Select, Fn:Split).
345
345
 
346
346
 
347
- | Since | Default | Recommended |
347
+ | Since | Unset behaves like | Recommended value |
348
348
  | ----- | ----- | ----- |
349
349
  | 1.77.0 | `false` | `true` |
350
- | (default in v2) | `true` | |
350
+ | (not configurable in v2) | `true` | |
351
351
 
352
352
  **Compatibility with old behavior:** Use `parseArn(secret.secretName).resourceName` to emulate the incorrect old parsing.
353
353
 
@@ -371,10 +371,10 @@ Additionally, if this flag is not set and the user supplies a custom key policy,
371
371
  to the key's default policy (rather than replacing it).
372
372
 
373
373
 
374
- | Since | Default | Recommended |
374
+ | Since | Unset behaves like | Recommended value |
375
375
  | ----- | ----- | ----- |
376
376
  | 1.78.0 | `false` | `true` |
377
- | (default in v2) | `true` | |
377
+ | (not configurable in v2) | `true` | |
378
378
 
379
379
  **Compatibility with old behavior:** Pass `trustAccountIdentities: false` to `Key` construct to restore the old behavior.
380
380
 
@@ -392,10 +392,10 @@ Use a feature flag to make sure existing customers who might be relying
392
392
  on the overly-broad permissions are not broken.
393
393
 
394
394
 
395
- | Since | Default | Recommended |
395
+ | Since | Unset behaves like | Recommended value |
396
396
  | ----- | ----- | ----- |
397
397
  | 1.85.0 | `false` | `true` |
398
- | (default in v2) | `true` | |
398
+ | (not configurable in v2) | `true` | |
399
399
 
400
400
  **Compatibility with old behavior:** Call `bucket.grantPutAcl()` in addition to `bucket.grantWrite()` to grant ACL permissions.
401
401
 
@@ -417,10 +417,10 @@ desiredCount of 1, if one is not provided. If true, a default will not be define
417
417
  CfnService.desiredCount and as such desiredCount will be undefined, if one is not provided.
418
418
 
419
419
 
420
- | Since | Default | Recommended |
420
+ | Since | Unset behaves like | Recommended value |
421
421
  | ----- | ----- | ----- |
422
422
  | 1.92.0 | `false` | `true` |
423
- | (default in v2) | `true` | |
423
+ | (not configurable in v2) | `true` | |
424
424
 
425
425
  **Compatibility with old behavior:** You can pass `desiredCount: 1` explicitly, but you should never need this.
426
426
 
@@ -434,64 +434,14 @@ Flag type: New default behavior
434
434
  Encryption can also be configured explicitly using the `encrypted` property.
435
435
 
436
436
 
437
- | Since | Default | Recommended |
437
+ | Since | Unset behaves like | Recommended value |
438
438
  | ----- | ----- | ----- |
439
439
  | 1.98.0 | `false` | `true` |
440
- | (default in v2) | `true` | |
440
+ | (not configurable in v2) | `true` | |
441
441
 
442
442
  **Compatibility with old behavior:** Pass the `encrypted: false` property to the `FileSystem` construct to disable encryption.
443
443
 
444
444
 
445
- ### @aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration
446
-
447
- *When enabled, use resource IDs for VPC V2 migration*
448
-
449
- Flag type: New default behavior
450
-
451
- When this feature flag is enabled, the VPC V2 migration will use resource IDs instead of getAtt references
452
- for migrating resources from VPC V1 to VPC V2. This helps ensure a smoother migration path between
453
- the two versions.
454
-
455
-
456
- | Since | Default | Recommended |
457
- | ----- | ----- | ----- |
458
- | (not in v1) | | |
459
- | V2_NEXT | `false` | `false` |
460
-
461
- **Compatibility with old behavior:** Disable the feature flag to use getAtt references for VPC V2 migration
462
-
463
-
464
- ### @aws-cdk/aws-lambda:useCdkManagedLogGroup
465
-
466
- *When enabled, CDK creates and manages loggroup for the lambda function*
467
-
468
- Flag type: New default behavior
469
-
470
- When this feature flag is enabled, CDK will create a loggroup for lambda function with default properties
471
- which supports CDK features Tag propagation, Property Injectors, Aspects
472
- if the cdk app doesnt pass a 'logRetention' or 'logGroup' explicitly.
473
- LogGroups created via 'logRetention' do not support Tag propagation, Property Injectors, Aspects.
474
- LogGroups created via 'logGroup' created in CDK support Tag propagation, Property Injectors, Aspects.
475
-
476
- When this feature flag is disabled, a loggroup is created by Lambda service on first invocation
477
- of the function (existing behavior).
478
- LogGroups created in this way do not support Tag propagation, Property Injectors, Aspects.
479
-
480
- DO NOT ENABLE: If you have and existing app defining a lambda function and
481
- have not supplied a logGroup or logRetention prop and your lambda function has
482
- executed at least once, the logGroup has been already created with the same name
483
- so your deployment will start failing.
484
- Refer aws-lambda/README.md for more details on Customizing Log Group creation.
485
-
486
-
487
- | Since | Default | Recommended |
488
- | ----- | ----- | ----- |
489
- | (not in v1) | | |
490
- | V2_NEXT | `false` | `true` |
491
-
492
- **Compatibility with old behavior:** Disable the feature flag to let lambda service create logGroup or specify logGroup or logRetention
493
-
494
-
495
445
  ### @aws-cdk/core:newStyleStackSynthesis
496
446
 
497
447
  *Switch to new stack synthesis method which enables CI/CD*
@@ -502,7 +452,7 @@ If this flag is specified, all `Stack`s will use the `DefaultStackSynthesizer` b
502
452
  default. If it is not set, they will use the `LegacyStackSynthesizer`.
503
453
 
504
454
 
505
- | Since | Default | Recommended |
455
+ | Since | Unset behaves like | Recommended value |
506
456
  | ----- | ----- | ----- |
507
457
  | 1.39.0 | `false` | `true` |
508
458
  | 2.0.0 | `true` | `true` |
@@ -520,7 +470,7 @@ the location of the stack in the construct tree (specifically, moving the Stack
520
470
  into a Stage).
521
471
 
522
472
 
523
- | Since | Default | Recommended |
473
+ | Since | Unset behaves like | Recommended value |
524
474
  | ----- | ----- | ----- |
525
475
  | 1.58.0 | `false` | `true` |
526
476
  | 2.0.0 | `true` | `true` |
@@ -543,7 +493,7 @@ would lead CloudFormation to think the name was changed and would trigger a clus
543
493
  (losing data!).
544
494
 
545
495
 
546
- | Since | Default | Recommended |
496
+ | Since | Unset behaves like | Recommended value |
547
497
  | ----- | ----- | ----- |
548
498
  | 1.97.0 | `false` | `true` |
549
499
  | 2.0.0 | `true` | `true` |
@@ -569,7 +519,7 @@ In effect, there is no way to get out of this mess in a backwards compatible way
569
519
  This flag changes the logical id layout of UsagePlanKey to not be sensitive to order.
570
520
 
571
521
 
572
- | Since | Default | Recommended |
522
+ | Since | Unset behaves like | Recommended value |
573
523
  | ----- | ----- | ----- |
574
524
  | 1.98.0 | `false` | `true` |
575
525
  | 2.0.0 | `true` | `true` |
@@ -587,7 +537,7 @@ not constitute creating a new Version.
587
537
  See 'currentVersion' section in the aws-lambda module's README for more details.
588
538
 
589
539
 
590
- | Since | Default | Recommended |
540
+ | Since | Unset behaves like | Recommended value |
591
541
  | ----- | ----- | ----- |
592
542
  | 1.106.0 | `false` | `true` |
593
543
  | 2.0.0 | `true` | `true` |
@@ -602,7 +552,7 @@ Flag type: Backwards incompatible bugfix
602
552
  The security policy can also be configured explicitly using the `minimumProtocolVersion` property.
603
553
 
604
554
 
605
- | Since | Default | Recommended |
555
+ | Since | Unset behaves like | Recommended value |
606
556
  | ----- | ----- | ----- |
607
557
  | 1.117.0 | `false` | `true` |
608
558
  | 2.0.0 | `true` | `true` |
@@ -620,7 +570,7 @@ of unnecessary regions included in stacks without a known region.
620
570
  The type of this value should be a list of strings.
621
571
 
622
572
 
623
- | Since | Default | Recommended |
573
+ | Since | Unset behaves like | Recommended value |
624
574
  | ----- | ----- | ----- |
625
575
  | 1.137.0 | `false` | `["aws","aws-cn"]` |
626
576
  | 2.4.0 | `false` | `["aws","aws-cn"]` |
@@ -638,7 +588,7 @@ Enable this feature flag to configure default logging behavior for the ECS Servi
638
588
  This is a feature flag as the new behavior provides a better default experience for the users.
639
589
 
640
590
 
641
- | Since | Default | Recommended |
591
+ | Since | Unset behaves like | Recommended value |
642
592
  | ----- | ----- | ----- |
643
593
  | 1.140.0 | `false` | `true` |
644
594
  | 2.8.0 | `false` | `true` |
@@ -659,7 +609,7 @@ account and region, the deployments would always fail as the generated Launch Te
659
609
  The new implementation addresses this issue by generating the Launch Template name with the `Names.uniqueId` method.
660
610
 
661
611
 
662
- | Since | Default | Recommended |
612
+ | Since | Unset behaves like | Recommended value |
663
613
  | ----- | ----- | ----- |
664
614
  | 1.140.0 | `false` | `true` |
665
615
  | 2.8.0 | `false` | `true` |
@@ -676,7 +626,7 @@ Statements in the policies, as long as it doesn't change the meaning of the
676
626
  policy.
677
627
 
678
628
 
679
- | Since | Default | Recommended |
629
+ | Since | Unset behaves like | Recommended value |
680
630
  | ----- | ----- | ----- |
681
631
  | 1.150.0 | `false` | `true` |
682
632
  | 2.18.0 | `false` | `true` |
@@ -693,7 +643,7 @@ constructs that accept `SecretValue`s; otherwise, `unsafeUnwrap()` must be
693
643
  called to use it as a regular string.
694
644
 
695
645
 
696
- | Since | Default | Recommended |
646
+ | Since | Unset behaves like | Recommended value |
697
647
  | ----- | ----- | ----- |
698
648
  | 1.153.0 | `false` | `true` |
699
649
  | 2.21.0 | `false` | `true` |
@@ -710,7 +660,7 @@ This flag correct incorporates Lambda Layer properties into the Lambda Function
710
660
  See 'currentVersion' section in the aws-lambda module's README for more details.
711
661
 
712
662
 
713
- | Since | Default | Recommended |
663
+ | Since | Unset behaves like | Recommended value |
714
664
  | ----- | ----- | ----- |
715
665
  | 1.159.0 | `false` | `true` |
716
666
  | 2.27.0 | `false` | `true` |
@@ -728,7 +678,7 @@ This flag will reduce confusion and unexpected loss of data when erroneously sup
728
678
  the snapshot removal policy.
729
679
 
730
680
 
731
- | Since | Default | Recommended |
681
+ | Since | Unset behaves like | Recommended value |
732
682
  | ----- | ----- | ----- |
733
683
  | (not in v1) | | |
734
684
  | 2.28.0 | `false` | `true` |
@@ -750,7 +700,7 @@ the KMS key alias name created for these pipelines may be the same due to how th
750
700
  This new implementation creates a stack safe resource name for the alias using the stack name instead of the stack ID.
751
701
 
752
702
 
753
- | Since | Default | Recommended |
703
+ | Since | Unset behaves like | Recommended value |
754
704
  | ----- | ----- | ----- |
755
705
  | (not in v1) | | |
756
706
  | 2.29.0 | `false` | `true` |
@@ -774,7 +724,7 @@ remain in control of it.
774
724
  @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-logs-infrastructure-S3
775
725
 
776
726
 
777
- | Since | Default | Recommended |
727
+ | Since | Unset behaves like | Recommended value |
778
728
  | ----- | ----- | ----- |
779
729
  | (not in v1) | | |
780
730
  | 2.31.0 | `false` | `true` |
@@ -794,7 +744,7 @@ secure, it is a good practice to restrict the decryption further and only allow
794
744
  the subscribed queue.
795
745
 
796
746
 
797
- | Since | Default | Recommended |
747
+ | Since | Unset behaves like | Recommended value |
798
748
  | ----- | ----- | ----- |
799
749
  | (not in v1) | | |
800
750
  | 2.32.0 | `false` | `true` |
@@ -814,7 +764,7 @@ This is a feature flag as the old format is still valid for existing ECS cluster
814
764
  See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids
815
765
 
816
766
 
817
- | Since | Default | Recommended |
767
+ | Since | Unset behaves like | Recommended value |
818
768
  | ----- | ----- | ----- |
819
769
  | (not in v1) | | |
820
770
  | 2.35.0 | `false` | `true` |
@@ -836,7 +786,7 @@ When this flag is enabled you should either create the ApiGateway account and Cl
836
786
  separately _or_ only enable the cloudWatchRole on a single RestApi.
837
787
 
838
788
 
839
- | Since | Default | Recommended |
789
+ | Since | Unset behaves like | Recommended value |
840
790
  | ----- | ----- | ----- |
841
791
  | (not in v1) | | |
842
792
  | 2.38.0 | `false` | `true` |
@@ -873,7 +823,7 @@ The intrinsic function will still be used in Stacks where no region is defined o
873
823
  is unknown.
874
824
 
875
825
 
876
- | Since | Default | Recommended |
826
+ | Since | Unset behaves like | Recommended value |
877
827
  | ----- | ----- | ----- |
878
828
  | (not in v1) | | |
879
829
  | 2.38.0 | `false` | `true` |
@@ -892,7 +842,7 @@ This does not change any behaviour as the default deployment controller when it
892
842
  This is a feature flag as the new behavior provides a better default experience for the users.
893
843
 
894
844
 
895
- | Since | Default | Recommended |
845
+ | Since | Unset behaves like | Recommended value |
896
846
  | ----- | ----- | ----- |
897
847
  | (not in v1) | | |
898
848
  | 2.51.0 | `false` | `true` |
@@ -909,7 +859,7 @@ from the same account as the Rule can send messages. If a queue is unencrypted,
909
859
  always apply, regardless of the value of this flag.
910
860
 
911
861
 
912
- | Since | Default | Recommended |
862
+ | Since | Unset behaves like | Recommended value |
913
863
  | ----- | ----- | ----- |
914
864
  | (not in v1) | | |
915
865
  | 2.51.0 | `false` | `true` |
@@ -928,7 +878,7 @@ of a role using the same default policy name.
928
878
  This new implementation creates default policy names based on the constructs node path in their stack.
929
879
 
930
880
 
931
- | Since | Default | Recommended |
881
+ | Since | Unset behaves like | Recommended value |
932
882
  | ----- | ----- | ----- |
933
883
  | (not in v1) | | |
934
884
  | 2.60.0 | `false` | `true` |
@@ -950,7 +900,7 @@ practices for S3.
950
900
  @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html
951
901
 
952
902
 
953
- | Since | Default | Recommended |
903
+ | Since | Unset behaves like | Recommended value |
954
904
  | ----- | ----- | ----- |
955
905
  | (not in v1) | | |
956
906
  | 2.60.0 | `false` | `true` |
@@ -970,7 +920,7 @@ The recommended setting is to disable the default installation behavior, and pas
970
920
  flag on a resource-by-resource basis to enable it if necessary.
971
921
 
972
922
 
973
- | Since | Default | Recommended |
923
+ | Since | Unset behaves like | Recommended value |
974
924
  | ----- | ----- | ----- |
975
925
  | (not in v1) | | |
976
926
  | 2.60.0 | `false` | `false` |
@@ -990,7 +940,7 @@ the stack in a region other than us-east-1 then you must also set `crossRegionRe
990
940
  stack.
991
941
 
992
942
 
993
- | Since | Default | Recommended |
943
+ | Since | Unset behaves like | Recommended value |
994
944
  | ----- | ----- | ----- |
995
945
  | (not in v1) | | |
996
946
  | 2.61.0 | `false` | `true` |
@@ -1009,7 +959,7 @@ the alarms from the construct. If this flag is not set, removing all alarms from
1009
959
  will still leave the alarms configured for the deployment group.
1010
960
 
1011
961
 
1012
- | Since | Default | Recommended |
962
+ | Since | Unset behaves like | Recommended value |
1013
963
  | ----- | ----- | ----- |
1014
964
  | (not in v1) | | |
1015
965
  | 2.65.0 | `false` | `true` |
@@ -1030,7 +980,7 @@ If this flag is set, the default behavior is to use unique resource names for ea
1030
980
  This is a feature flag as the old behavior was technically incorrect, but users may have come to depend on it.
1031
981
 
1032
982
 
1033
- | Since | Default | Recommended |
983
+ | Since | Unset behaves like | Recommended value |
1034
984
  | ----- | ----- | ----- |
1035
985
  | (not in v1) | | |
1036
986
  | 2.65.0 | `false` | `true` |
@@ -1048,7 +998,7 @@ to also include the configuration of any authorizer attached to the API in the
1048
998
  calculation, so any changes made to an authorizer will create a new deployment.
1049
999
 
1050
1000
 
1051
- | Since | Default | Recommended |
1001
+ | Since | Unset behaves like | Recommended value |
1052
1002
  | ----- | ----- | ----- |
1053
1003
  | (not in v1) | | |
1054
1004
  | 2.66.0 | `false` | `true` |
@@ -1065,7 +1015,7 @@ provided despite the document. If this is set, a user data is automatically defi
1065
1015
  according to the OS of the machine image.
1066
1016
 
1067
1017
 
1068
- | Since | Default | Recommended |
1018
+ | Since | Unset behaves like | Recommended value |
1069
1019
  | ----- | ----- | ----- |
1070
1020
  | (not in v1) | | |
1071
1021
  | 2.67.0 | `false` | `true` |
@@ -1089,7 +1039,7 @@ First remove all permissions granted to the Secret and deploy without the Resour
1089
1039
  Then you can re-add the permissions and deploy again.
1090
1040
 
1091
1041
 
1092
- | Since | Default | Recommended |
1042
+ | Since | Unset behaves like | Recommended value |
1093
1043
  | ----- | ----- | ----- |
1094
1044
  | (not in v1) | | |
1095
1045
  | 2.67.0 | `false` | `true` |
@@ -1114,7 +1064,7 @@ initial deployment, the columns will be dropped and recreated, causing data loss
1114
1064
  of the `id`s, the `name`s of the columns can be changed without data loss.
1115
1065
 
1116
1066
 
1117
- | Since | Default | Recommended |
1067
+ | Since | Unset behaves like | Recommended value |
1118
1068
  | ----- | ----- | ----- |
1119
1069
  | (not in v1) | | |
1120
1070
  | 2.68.0 | `false` | `true` |
@@ -1136,7 +1086,7 @@ This is a feature flag as the old behavior will be deprecated, but some resource
1136
1086
  intervention since they might not have the appropriate tags propagated automatically.
1137
1087
 
1138
1088
 
1139
- | Since | Default | Recommended |
1089
+ | Since | Unset behaves like | Recommended value |
1140
1090
  | ----- | ----- | ----- |
1141
1091
  | (not in v1) | | |
1142
1092
  | 2.72.0 | `false` | `true` |
@@ -1155,7 +1105,7 @@ If the flag is not set then only a single RequestValidator can be added in this
1155
1105
  Any additional RequestValidators have to be created directly with `new RequestValidator`.
1156
1106
 
1157
1107
 
1158
- | Since | Default | Recommended |
1108
+ | Since | Unset behaves like | Recommended value |
1159
1109
  | ----- | ----- | ----- |
1160
1110
  | (not in v1) | | |
1161
1111
  | 2.78.0 | `false` | `true` |
@@ -1176,7 +1126,7 @@ _all_ traffic. [AWS Security best practices recommend](https://docs.aws.amazon.c
1176
1126
  removing these ingress/egress rules in order to restrict access to the default security group.
1177
1127
 
1178
1128
 
1179
- | Since | Default | Recommended |
1129
+ | Since | Unset behaves like | Recommended value |
1180
1130
  | ----- | ----- | ----- |
1181
1131
  | (not in v1) | | |
1182
1132
  | 2.78.0 | `false` | `true` |
@@ -1200,7 +1150,7 @@ If the flag is not set then a raw string is passed as the Alias name and no
1200
1150
  implicit dependencies will be set.
1201
1151
 
1202
1152
 
1203
- | Since | Default | Recommended |
1153
+ | Since | Unset behaves like | Recommended value |
1204
1154
  | ----- | ----- | ----- |
1205
1155
  | (not in v1) | | |
1206
1156
  | 2.83.0 | `false` | `true` |
@@ -1222,7 +1172,7 @@ feature flag can lead to a change in stacks' name. Changing a stack name mean re
1222
1172
  is not viable in some productive setups.
1223
1173
 
1224
1174
 
1225
- | Since | Default | Recommended |
1175
+ | Since | Unset behaves like | Recommended value |
1226
1176
  | ----- | ----- | ----- |
1227
1177
  | (not in v1) | | |
1228
1178
  | 2.84.0 | `false` | `true` |
@@ -1243,7 +1193,7 @@ attempt to set user data according to the OS of the machine image if explicit us
1243
1193
  provided.
1244
1194
 
1245
1195
 
1246
- | Since | Default | Recommended |
1196
+ | Since | Unset behaves like | Recommended value |
1247
1197
  | ----- | ----- | ----- |
1248
1198
  | (not in v1) | | |
1249
1199
  | 2.88.0 | `false` | `true` |
@@ -1264,7 +1214,7 @@ If this is set, an opensearch domain will automatically be created with
1264
1214
  multi-az with standby enabled.
1265
1215
 
1266
1216
 
1267
- | Since | Default | Recommended |
1217
+ | Since | Unset behaves like | Recommended value |
1268
1218
  | ----- | ----- | ----- |
1269
1219
  | (not in v1) | | |
1270
1220
  | 2.88.0 | `false` | `true` |
@@ -1285,7 +1235,7 @@ If this flag is not set, `efs.FileSystem` will allow all anonymous clients
1285
1235
  that can access over the network.
1286
1236
 
1287
1237
 
1288
- | Since | Default | Recommended |
1238
+ | Since | Unset behaves like | Recommended value |
1289
1239
  | ----- | ----- | ----- |
1290
1240
  | (not in v1) | | |
1291
1241
  | 2.93.0 | `false` | `true` |
@@ -1307,7 +1257,7 @@ subnets changes.
1307
1257
  Set this flag to false for existing mount targets.
1308
1258
 
1309
1259
 
1310
- | Since | Default | Recommended |
1260
+ | Since | Unset behaves like | Recommended value |
1311
1261
  | ----- | ----- | ----- |
1312
1262
  | (not in v1) | | |
1313
1263
  | 2.93.0 | `false` | `true` |
@@ -1325,7 +1275,7 @@ service. Do not use this if you your lambda function is reliant on dependencies
1325
1275
  shipped as part of the runtime environment.
1326
1276
 
1327
1277
 
1328
- | Since | Default | Recommended |
1278
+ | Since | Unset behaves like | Recommended value |
1329
1279
  | ----- | ----- | ----- |
1330
1280
  | (not in v1) | | |
1331
1281
  | 2.93.0 | `false` | `true` |
@@ -1344,7 +1294,7 @@ the GraphqlApi construct. Using the ARN allows the association to support an ass
1344
1294
  Note that for existing source api associations created with this flag disabled, enabling the flag will lead to a resource replacement.
1345
1295
 
1346
1296
 
1347
- | Since | Default | Recommended |
1297
+ | Since | Unset behaves like | Recommended value |
1348
1298
  | ----- | ----- | ----- |
1349
1299
  | (not in v1) | | |
1350
1300
  | 2.97.0 | `false` | `true` |
@@ -1364,7 +1314,7 @@ If the flag is set to false then it can only make one `AuroraClusterInstance`
1364
1314
  with each `InstanceParameterGroup` in the AuroraCluster.
1365
1315
 
1366
1316
 
1367
- | Since | Default | Recommended |
1317
+ | Since | Unset behaves like | Recommended value |
1368
1318
  | ----- | ----- | ----- |
1369
1319
  | (not in v1) | | |
1370
1320
  | 2.97.0 | `false` | `true` |
@@ -1390,7 +1340,7 @@ extra database secret when only using `snapshotCredentials` to create an RDS
1390
1340
  database cluster from a snapshot.
1391
1341
 
1392
1342
 
1393
- | Since | Default | Recommended |
1343
+ | Since | Unset behaves like | Recommended value |
1394
1344
  | ----- | ----- | ----- |
1395
1345
  | (not in v1) | | |
1396
1346
  | 2.98.0 | `false` | `true` |
@@ -1407,7 +1357,7 @@ default branch is 'master'.
1407
1357
  However, with the activation of this feature flag, the default branch is updated to 'main'.
1408
1358
 
1409
1359
 
1410
- | Since | Default | Recommended |
1360
+ | Since | Unset behaves like | Recommended value |
1411
1361
  | ----- | ----- | ----- |
1412
1362
  | (not in v1) | | |
1413
1363
  | 2.103.1 | `false` | `true` |
@@ -1427,7 +1377,7 @@ If the flag is set to false then it can only make one alarm for the Lambda with
1427
1377
  `LambdaAction`.
1428
1378
 
1429
1379
 
1430
- | Since | Default | Recommended |
1380
+ | Since | Unset behaves like | Recommended value |
1431
1381
  | ----- | ----- | ----- |
1432
1382
  | (not in v1) | | |
1433
1383
  | 2.124.0 | `false` | `true` |
@@ -1443,7 +1393,7 @@ When this feature flag is enabled, and the `crossAccountKeys` property is not pr
1443
1393
  construct, the construct automatically defaults the value of this property to false.
1444
1394
 
1445
1395
 
1446
- | Since | Default | Recommended |
1396
+ | Since | Unset behaves like | Recommended value |
1447
1397
  | ----- | ----- | ----- |
1448
1398
  | (not in v1) | | |
1449
1399
  | 2.127.0 | `false` | `true` |
@@ -1461,7 +1411,7 @@ When this feature flag is enabled, and the `pipelineType` property is not provid
1461
1411
  construct, the construct automatically defaults the value of this property to `PipelineType.V2`.
1462
1412
 
1463
1413
 
1464
- | Since | Default | Recommended |
1414
+ | Since | Unset behaves like | Recommended value |
1465
1415
  | ----- | ----- | ----- |
1466
1416
  | (not in v1) | | |
1467
1417
  | 2.133.0 | `false` | `true` |
@@ -1479,7 +1429,7 @@ When this feature flag is enabled and calling KMS key grant method, the created
1479
1429
  '*' to this specific granting KMS key.
1480
1430
 
1481
1431
 
1482
- | Since | Default | Recommended |
1432
+ | Since | Unset behaves like | Recommended value |
1483
1433
  | ----- | ----- | ----- |
1484
1434
  | (not in v1) | | |
1485
1435
  | 2.134.0 | `false` | `true` |
@@ -1495,7 +1445,7 @@ When this feature flag is enabled, the nodegroupName attribute will be exactly t
1495
1445
  any prefix.
1496
1446
 
1497
1447
 
1498
- | Since | Default | Recommended |
1448
+ | Since | Unset behaves like | Recommended value |
1499
1449
  | ----- | ----- | ----- |
1500
1450
  | (not in v1) | | |
1501
1451
  | 2.139.0 | `false` | `true` |
@@ -1510,7 +1460,7 @@ Flag type: New default behavior
1510
1460
  When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
1511
1461
 
1512
1462
 
1513
- | Since | Default | Recommended |
1463
+ | Since | Unset behaves like | Recommended value |
1514
1464
  | ----- | ----- | ----- |
1515
1465
  | (not in v1) | | |
1516
1466
  | 2.140.0 | `false` | `true` |
@@ -1528,7 +1478,7 @@ When this feature flag is enabled, the root account principal will not be added
1528
1478
  When this feature flag is disabled, it will keep the root account principal in the trust policy.
1529
1479
 
1530
1480
 
1531
- | Since | Default | Recommended |
1481
+ | Since | Unset behaves like | Recommended value |
1532
1482
  | ----- | ----- | ----- |
1533
1483
  | (not in v1) | | |
1534
1484
  | 2.141.0 | `true` | `true` |
@@ -1545,7 +1495,7 @@ Flag type: New default behavior
1545
1495
  When this featuer flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
1546
1496
 
1547
1497
 
1548
- | Since | Default | Recommended |
1498
+ | Since | Unset behaves like | Recommended value |
1549
1499
  | ----- | ----- | ----- |
1550
1500
  | (not in v1) | | |
1551
1501
  | 2.143.0 | `false` | `true` |
@@ -1569,7 +1519,7 @@ the event object, then setting this feature flag will keep this behavior. Otherw
1569
1519
  property from the event object.
1570
1520
 
1571
1521
 
1572
- | Since | Default | Recommended |
1522
+ | Since | Unset behaves like | Recommended value |
1573
1523
  | ----- | ----- | ----- |
1574
1524
  | (not in v1) | | |
1575
1525
  | 2.145.0 | `false` | `false` |
@@ -1587,7 +1537,7 @@ When this feature flag is enabled, adding notifications to a bucket in the curre
1587
1537
  Other notifications that are not managed by this stack will be kept.
1588
1538
 
1589
1539
 
1590
- | Since | Default | Recommended |
1540
+ | Since | Unset behaves like | Recommended value |
1591
1541
  | ----- | ----- | ----- |
1592
1542
  | (not in v1) | | |
1593
1543
  | 2.155.0 | `false` | `false` |
@@ -1606,7 +1556,7 @@ When this feature flag is enabled, specify newly introduced props 's3InputUri' a
1606
1556
  's3OutputUri' to populate S3 uri under input and output fields in state machine task definition for Bedrock invoke model.
1607
1557
 
1608
1558
 
1609
- | Since | Default | Recommended |
1559
+ | Since | Unset behaves like | Recommended value |
1610
1560
  | ----- | ----- | ----- |
1611
1561
  | (not in v1) | | |
1612
1562
  | 2.156.0 | `true` | `true` |
@@ -1626,7 +1576,7 @@ specified as logConfiguration and it will grant 'Resources': ['*'] to the task r
1626
1576
  When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
1627
1577
 
1628
1578
 
1629
- | Since | Default | Recommended |
1579
+ | Since | Unset behaves like | Recommended value |
1630
1580
  | ----- | ----- | ----- |
1631
1581
  | (not in v1) | | |
1632
1582
  | 2.159.0 | `false` | `true` |
@@ -1646,7 +1596,7 @@ only the value from 'resourceSignalTimeout' will be used.
1646
1596
  When this feature flag is enabled, if both initOptions.timeout and resourceSignalTimeout are specified, the values will to be summed together.
1647
1597
 
1648
1598
 
1649
- | Since | Default | Recommended |
1599
+ | Since | Unset behaves like | Recommended value |
1650
1600
  | ----- | ----- | ----- |
1651
1601
  | (not in v1) | | |
1652
1602
  | 2.160.0 | `false` | `true` |
@@ -1666,7 +1616,7 @@ When this feature flag is enabled, the AWS::Lambda::Permission will be properly
1666
1616
  specific AppSync GraphQL API.
1667
1617
 
1668
1618
 
1669
- | Since | Default | Recommended |
1619
+ | Since | Unset behaves like | Recommended value |
1670
1620
  | ----- | ----- | ----- |
1671
1621
  | (not in v1) | | |
1672
1622
  | 2.161.0 | `false` | `true` |
@@ -1685,7 +1635,7 @@ When this feature flag is enabled, both '@aws-sdk/*' and '@smithy/*' packages wi
1685
1635
  occur between these tightly coupled dependencies when using the AWS SDK v3 in Lambda functions.
1686
1636
 
1687
1637
 
1688
- | Since | Default | Recommended |
1638
+ | Since | Unset behaves like | Recommended value |
1689
1639
  | ----- | ----- | ----- |
1690
1640
  | (not in v1) | | |
1691
1641
  | 2.161.0 | `false` | `true` |
@@ -1702,7 +1652,7 @@ Currently, the value of the property 'instanceResourceId' in construct 'Database
1702
1652
  When this feature flag is enabled, the value of that property will be as expected set to 'DbiResourceId' attribute, and that will fix the grantConnect method.
1703
1653
 
1704
1654
 
1705
- | Since | Default | Recommended |
1655
+ | Since | Unset behaves like | Recommended value |
1706
1656
  | ----- | ----- | ----- |
1707
1657
  | (not in v1) | | |
1708
1658
  | 2.161.0 | `false` | `true` |
@@ -1721,7 +1671,7 @@ Without enabling this feature flag, `cfn-include` will silently drop resource up
1721
1671
  Enabling this feature flag will make `cfn-include` throw on these templates, unless you specify the logical ID of the resource in the 'unhydratedResources' property.
1722
1672
 
1723
1673
 
1724
- | Since | Default | Recommended |
1674
+ | Since | Unset behaves like | Recommended value |
1725
1675
  | ----- | ----- | ----- |
1726
1676
  | (not in v1) | | |
1727
1677
  | 2.161.0 | `false` | `true` |
@@ -1739,7 +1689,7 @@ The revision number at the end will be replaced with a wildcard which it shouldn
1739
1689
  When this feature flag is enabled, if the task definition is created in the stack, the 'Resource' section will 'Ref' the taskDefinition.
1740
1690
 
1741
1691
 
1742
- | Since | Default | Recommended |
1692
+ | Since | Unset behaves like | Recommended value |
1743
1693
  | ----- | ----- | ----- |
1744
1694
  | (not in v1) | | |
1745
1695
  | 2.163.0 | `false` | `true` |
@@ -1759,7 +1709,7 @@ This will prevent you from creating a new table which has an additional replica
1759
1709
  This is a feature flag as the old behavior was technically incorrect but users may have come to depend on it.
1760
1710
 
1761
1711
 
1762
- | Since | Default | Recommended |
1712
+ | Since | Unset behaves like | Recommended value |
1763
1713
  | ----- | ----- | ----- |
1764
1714
  | (not in v1) | | |
1765
1715
  | 2.164.0 | `false` | `true` |
@@ -1779,7 +1729,7 @@ When this feature flag is enabled, if you do not pass the machineImage property
1779
1729
  the latest Amazon Linux 2023 version will be used instead of Amazon Linux 2.
1780
1730
 
1781
1731
 
1782
- | Since | Default | Recommended |
1732
+ | Since | Unset behaves like | Recommended value |
1783
1733
  | ----- | ----- | ----- |
1784
1734
  | (not in v1) | | |
1785
1735
  | 2.172.0 | `false` | `true` |
@@ -1799,7 +1749,7 @@ This means that the Aspects that create other Aspects are not run and Aspects th
1799
1749
  When this feature flag is enabled, a stabilization loop is run to recurse the construct tree multiple times when invoking Aspects.
1800
1750
 
1801
1751
 
1802
- | Since | Default | Recommended |
1752
+ | Since | Unset behaves like | Recommended value |
1803
1753
  | ----- | ----- | ----- |
1804
1754
  | (not in v1) | | |
1805
1755
  | 2.172.0 | `true` | `true` |
@@ -1817,7 +1767,7 @@ creates a custom resource internally, but the new method doesn't need a custom r
1817
1767
  If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
1818
1768
 
1819
1769
 
1820
- | Since | Default | Recommended |
1770
+ | Since | Unset behaves like | Recommended value |
1821
1771
  | ----- | ----- | ----- |
1822
1772
  | (not in v1) | | |
1823
1773
  | 2.174.0 | `false` | `true` |
@@ -1837,7 +1787,7 @@ IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/di
1837
1787
  It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
1838
1788
 
1839
1789
 
1840
- | Since | Default | Recommended |
1790
+ | Since | Unset behaves like | Recommended value |
1841
1791
  | ----- | ----- | ----- |
1842
1792
  | (not in v1) | | |
1843
1793
  | 2.175.0 | `false` | `true` |
@@ -1858,7 +1808,7 @@ guarantee the correct execution of the feature in all platforms. See [Github dis
1858
1808
  It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
1859
1809
 
1860
1810
 
1861
- | Since | Default | Recommended |
1811
+ | Since | Unset behaves like | Recommended value |
1862
1812
  | ----- | ----- | ----- |
1863
1813
  | (not in v1) | | |
1864
1814
  | 2.175.0 | `false` | `false` |
@@ -1879,7 +1829,7 @@ Using a feature flag to make sure existing customers who might be relying
1879
1829
  on the overly restrictive permissions are not broken.
1880
1830
 
1881
1831
 
1882
- | Since | Default | Recommended |
1832
+ | Since | Unset behaves like | Recommended value |
1883
1833
  | ----- | ----- | ----- |
1884
1834
  | (not in v1) | | |
1885
1835
  | 2.176.0 | `false` | `true` |
@@ -1900,7 +1850,7 @@ When this feature flag is disabled, the behaviour will be the same as current an
1900
1850
  thumbprints from unsecure connections.
1901
1851
 
1902
1852
 
1903
- | Since | Default | Recommended |
1853
+ | Since | Unset behaves like | Recommended value |
1904
1854
  | ----- | ----- | ----- |
1905
1855
  | (not in v1) | | |
1906
1856
  | 2.177.0 | `false` | `true` |
@@ -1920,7 +1870,7 @@ When this feature flag is enabled, CDK expands the scope of usage data collectio
1920
1870
  * L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
1921
1871
 
1922
1872
 
1923
- | Since | Default | Recommended |
1873
+ | Since | Unset behaves like | Recommended value |
1924
1874
  | ----- | ----- | ----- |
1925
1875
  | (not in v1) | | |
1926
1876
  | 2.178.0 | `false` | `true` |
@@ -1940,7 +1890,7 @@ This will create a data race condition in the CloudFormation template because th
1940
1890
  We recommend to unset the feature flag if already set which will restore the original behavior.
1941
1891
 
1942
1892
 
1943
- | Since | Default | Recommended |
1893
+ | Since | Unset behaves like | Recommended value |
1944
1894
  | ----- | ----- | ----- |
1945
1895
  | (not in v1) | | |
1946
1896
  | 2.180.0 | `false` | `false` |
@@ -1957,7 +1907,7 @@ When this feature flag is enabled, a unique role name is specified only when per
1957
1907
  When disabled, 'CDKReplicationRole' is always specified.
1958
1908
 
1959
1909
 
1960
- | Since | Default | Recommended |
1910
+ | Since | Unset behaves like | Recommended value |
1961
1911
  | ----- | ----- | ----- |
1962
1912
  | (not in v1) | | |
1963
1913
  | 2.182.0 | `false` | `true` |
@@ -1976,7 +1926,7 @@ For cross-account cases, when this feature flag is enabled the trust policy will
1976
1926
  If you are providing a custom role, you will need to ensure 'roleName' is specified or set to PhysicalName.GENERATE_IF_NEEDED.
1977
1927
 
1978
1928
 
1979
- | Since | Default | Recommended |
1929
+ | Since | Unset behaves like | Recommended value |
1980
1930
  | ----- | ----- | ----- |
1981
1931
  | (not in v1) | | |
1982
1932
  | 2.184.0 | `true` | `true` |
@@ -2005,7 +1955,7 @@ When this flag is disabled:
2005
1955
  This fixes the issue where permissions were silently not being added for service principals.
2006
1956
 
2007
1957
 
2008
- | Since | Default | Recommended |
1958
+ | Since | Unset behaves like | Recommended value |
2009
1959
  | ----- | ----- | ----- |
2010
1960
  | (not in v1) | | |
2011
1961
  | 2.186.0 | `false` | `true` |
@@ -2021,7 +1971,7 @@ Currently, table replica will always be deleted when stack deletes regardless of
2021
1971
  When enabled, table replica will be default to the removal policy of source table unless specified otherwise.
2022
1972
 
2023
1973
 
2024
- | Since | Default | Recommended |
1974
+ | Since | Unset behaves like | Recommended value |
2025
1975
  | ----- | ----- | ----- |
2026
1976
  | (not in v1) | | |
2027
1977
  | 2.187.0 | `false` | `true` |
@@ -2040,7 +1990,7 @@ When this feature flag is disabled, the SDK API call response to describe user p
2040
1990
  resource lambda function logs.
2041
1991
 
2042
1992
 
2043
- | Since | Default | Recommended |
1993
+ | Since | Unset behaves like | Recommended value |
2044
1994
  | ----- | ----- | ----- |
2045
1995
  | (not in v1) | | |
2046
1996
  | 2.187.0 | `false` | `false` |
@@ -2058,7 +2008,7 @@ When this feature flag is enabled, the resultWriterV2 property is used instead o
2058
2008
  resultWriterV2 uses ResultWriterV2 class in StepFunctions ASL and can have either Bucket/Prefix or WriterConfig or both.
2059
2009
 
2060
2010
 
2061
- | Since | Default | Recommended |
2011
+ | Since | Unset behaves like | Recommended value |
2062
2012
  | ----- | ----- | ----- |
2063
2013
  | (not in v1) | | |
2064
2014
  | 2.188.0 | `false` | `true` |
@@ -2077,7 +2027,7 @@ If you are providing a custom role, you will need to ensure 'roleName' is specif
2077
2027
  When this feature flag is disabled, it will keep the root account principal in the trust policy.
2078
2028
 
2079
2029
 
2080
- | Since | Default | Recommended |
2030
+ | Since | Unset behaves like | Recommended value |
2081
2031
  | ----- | ----- | ----- |
2082
2032
  | (not in v1) | | |
2083
2033
  | 2.189.0 | `true` | `true` |
@@ -2112,7 +2062,7 @@ before version 2.172.0. Aspects introduced since that version will always
2112
2062
  be added with a priority of MUTATING, independent of this feature flag.
2113
2063
 
2114
2064
 
2115
- | Since | Default | Recommended |
2065
+ | Since | Unset behaves like | Recommended value |
2116
2066
  | ----- | ----- | ----- |
2117
2067
  | (not in v1) | | |
2118
2068
  | 2.189.1 | `false` | `true` |
@@ -2138,12 +2088,31 @@ Flag type: Backwards incompatible bugfix
2138
2088
  When this feature flag is enabled, a S3 trust policy will be added to the KMS key resource policy for encrypted SNS subscriptions.
2139
2089
 
2140
2090
 
2141
- | Since | Default | Recommended |
2091
+ | Since | Unset behaves like | Recommended value |
2142
2092
  | ----- | ----- | ----- |
2143
2093
  | (not in v1) | | |
2144
2094
  | 2.195.0 | `false` | `true` |
2145
2095
 
2146
2096
 
2097
+ ### @aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration
2098
+
2099
+ *When enabled, use resource IDs for VPC V2 migration*
2100
+
2101
+ Flag type: New default behavior
2102
+
2103
+ When this feature flag is enabled, the VPC V2 migration will use resource IDs instead of getAtt references
2104
+ for migrating resources from VPC V1 to VPC V2. This helps ensure a smoother migration path between
2105
+ the two versions.
2106
+
2107
+
2108
+ | Since | Unset behaves like | Recommended value |
2109
+ | ----- | ----- | ----- |
2110
+ | (not in v1) | | |
2111
+ | 2.196.0 | `false` | `false` |
2112
+
2113
+ **Compatibility with old behavior:** Disable the feature flag to use getAtt references for VPC V2 migration
2114
+
2115
+
2147
2116
  ### @aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway
2148
2117
 
2149
2118
  *When enabled, the EgressOnlyGateway resource is only created if private subnets are defined in the dual-stack VPC.*
@@ -2153,7 +2122,7 @@ Flag type: Backwards incompatible bugfix
2153
2122
  When this feature flag is enabled, EgressOnlyGateway resource will not be created when you create a vpc with only public subnets.
2154
2123
 
2155
2124
 
2156
- | Since | Default | Recommended |
2125
+ | Since | Unset behaves like | Recommended value |
2157
2126
  | ----- | ----- | ----- |
2158
2127
  | (not in v1) | | |
2159
2128
  | 2.196.0 | `false` | `true` |
@@ -2165,18 +2134,49 @@ When this feature flag is enabled, EgressOnlyGateway resource will not be create
2165
2134
 
2166
2135
  Flag type: Backwards incompatible bugfix
2167
2136
 
2168
- When BlockPublicAccess is not set at all, s3's default behavior will be to set all options to true in aws console.
2137
+ When BlockPublicAccess is not set at all, s3's default behavior will be to set all options to true in aws console.
2169
2138
  The previous behavior in cdk before this feature was; if only some of the BlockPublicAccessOptions were set (not all 4), then the ones undefined would default to false.
2170
2139
  This is counter intuitive to the console behavior where the options would start in true state and a user would uncheck the boxes as needed.
2171
2140
  The new behavior from this feature will allow a user, for example, to set 1 of the 4 BlockPublicAccessOpsions to false, and on deployment the other 3 will remain true.
2172
2141
 
2173
2142
 
2174
- | Since | Default | Recommended |
2143
+ | Since | Unset behaves like | Recommended value |
2175
2144
  | ----- | ----- | ----- |
2176
2145
  | (not in v1) | | |
2177
2146
  | 2.196.0 | `false` | `true` |
2178
2147
 
2179
2148
 
2149
+ ### @aws-cdk/aws-lambda:useCdkManagedLogGroup
2150
+
2151
+ *When enabled, CDK creates and manages loggroup for the lambda function*
2152
+
2153
+ Flag type: New default behavior
2154
+
2155
+ When this feature flag is enabled, CDK will create a loggroup for lambda function with default properties
2156
+ which supports CDK features Tag propagation, Property Injectors, Aspects
2157
+ if the cdk app doesnt pass a 'logRetention' or 'logGroup' explicitly.
2158
+ LogGroups created via 'logRetention' do not support Tag propagation, Property Injectors, Aspects.
2159
+ LogGroups created via 'logGroup' created in CDK support Tag propagation, Property Injectors, Aspects.
2160
+
2161
+ When this feature flag is disabled, a loggroup is created by Lambda service on first invocation
2162
+ of the function (existing behavior).
2163
+ LogGroups created in this way do not support Tag propagation, Property Injectors, Aspects.
2164
+
2165
+ DO NOT ENABLE: If you have and existing app defining a lambda function and
2166
+ have not supplied a logGroup or logRetention prop and your lambda function has
2167
+ executed at least once, the logGroup has been already created with the same name
2168
+ so your deployment will start failing.
2169
+ Refer aws-lambda/README.md for more details on Customizing Log Group creation.
2170
+
2171
+
2172
+ | Since | Unset behaves like | Recommended value |
2173
+ | ----- | ----- | ----- |
2174
+ | (not in v1) | | |
2175
+ | 2.200.0 | `false` | `true` |
2176
+
2177
+ **Compatibility with old behavior:** Disable the feature flag to let lambda service create logGroup or specify logGroup or logRetention
2178
+
2179
+
2180
2180
  ### @aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal
2181
2181
 
2182
2182
  *Enable grant methods on Aliases imported by name to use kms:ResourceAliases condition*
@@ -2188,10 +2188,10 @@ by name to grant permissions based on the 'kms:ResourceAliases' condition rather
2188
2188
  When disabled, grant calls on imported aliases will be dropped (no-op) to maintain compatibility.
2189
2189
 
2190
2190
 
2191
- | Since | Default | Recommended |
2191
+ | Since | Unset behaves like | Recommended value |
2192
2192
  | ----- | ----- | ----- |
2193
2193
  | (not in v1) | | |
2194
- | V2NEXT | `false` | `true` |
2194
+ | 2.202.0 | `false` | `true` |
2195
2195
 
2196
2196
  **Compatibility with old behavior:** Remove calls to the grant* methods on the aliases referenced by name
2197
2197