We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b910d0 + e7f67c8 commit 3f346a2Copy full SHA for 3f346a2
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