We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118711 commit e7f67c8Copy full SHA for e7f67c8
1 file changed
src/services/dynamodb/format.ts
@@ -99,7 +99,7 @@ const formatAutoScalingSettingsDescription = (
99
policyName,
100
disableScaleIn: config?.DisableScaleIn,
101
scaleInCooldown: config?.ScaleInCooldown,
102
- ScaleOutCooldown: config?.ScaleOutCooldown,
+ scaleOutCooldown: config?.ScaleOutCooldown,
103
targetValue: config?.TargetValue,
104
})
105
),
0 commit comments