File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/aws-cdk-lib/cx-api Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1475,7 +1475,7 @@ any prefix.
14751475
14761476Flag type : New default behavior
14771477
1478- When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
1478+ When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`.
14791479
14801480
14811481| Since | Unset behaves like | Recommended value |
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ _cdk.json_
345345
346346When enabled, the default volume type of the EBS volume will be GP3.
347347
348- When this featuer flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`
348+ When this feature flag is enabled, the default volume type of the EBS volume will be `EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3`
349349
350350_cdk.json_
351351
@@ -361,7 +361,7 @@ _cdk.json_
361361
362362When enabled, remove default deployment alarm settings.
363363
364- When this featuer flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
364+ When this feature flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
365365
366366_cdk.json_
367367
Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ export const FLAGS: Record<string, FlagInfo> = {
11731173 type : FlagType . ApiDefault ,
11741174 summary : 'When enabled, the default volume type of the EBS volume will be GP3' ,
11751175 detailsMd : `
1176- When this featuer flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`.
1176+ When this feature flag is enabled, the default volume type of the EBS volume will be \`EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3\`.
11771177 ` ,
11781178 introducedIn : { v2 : '2.140.0' } ,
11791179 recommendedValue : true ,
You can’t perform that action at this time.
0 commit comments