We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a771640 commit f7ad49cCopy full SHA for f7ad49c
troposphere/dynamodb.py
@@ -143,15 +143,6 @@ class CapacityAutoScalingSettings(AWSProperty):
143
}
144
145
146
-class TargetTrackingScalingPolicyConfiguration(AWSProperty):
147
- props = {
148
- "DisableScaleIn": (boolean, False),
149
- "ScaleInCooldown": (integer, False),
150
- "ScaleOutCooldown": (integer, False),
151
- "TargetValue": (double, True),
152
- }
153
-
154
155
class ReadProvisionedThroughputSettings(AWSProperty):
156
props = {
157
"ReadCapacityAutoScalingSettings": (CapacityAutoScalingSettings, False),
0 commit comments