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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Flags come in three types:
104
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 |
105
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
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
+
|[@aws-cdk/core:explicitStackTags](#aws-cdkcoreexplicitstacktags)| When enabled, stack tags need to be assigned explicitly on a Stack. | V2NEXT | new default |
107
108
108
109
<!-- END table -->
109
110
@@ -167,6 +168,7 @@ The following json shows the current recommended set of flags, as `cdk init` wou
0 commit comments