You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ Flags come in three types:
107
107
|[@aws-cdk/core:explicitStackTags](#aws-cdkcoreexplicitstacktags)| When enabled, stack tags need to be assigned explicitly on a Stack. | 2.205.0 | new default |
108
108
|[@aws-cdk/aws-signer:signingProfileNamePassedToCfn](#aws-cdkaws-signersigningprofilenamepassedtocfn)| Pass signingProfileName to CfnSigningProfile | 2.212.0 | fix |
109
109
|[@aws-cdk/aws-ecs-patterns:secGroupsDisablesImplicitOpenListener](#aws-cdkaws-ecs-patternssecgroupsdisablesimplicitopenlistener)| Disable implicit openListener when custom security groups are provided | 2.214.0 | new default |
110
+
|[@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId](#aws-cdkaws-ecs-patternsuniquetargetgroupid)| When enabled, ECS patterns will generate unique target group IDs to prevent conflicts during load balancer replacement | V2NEXT | fix |
110
111
111
112
<!-- END table -->
112
113
@@ -197,7 +198,8 @@ The following json shows the current recommended set of flags, as `cdk init` wou
0 commit comments