Skip to content

Commit

Permalink
Add MinActiveInstancesPercent to AutoScalingRollingUpdate (#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 3, 2024
1 parent cdcec02 commit 1ed6d41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cfnlint/data/schemas/other/resources/update_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
"MaxBatchSize": {
"type": "integer"
},
"MinActiveInstancesPercent": {
"type": "integer"
},
"MinInstancesInService": {
"type": "integer"
},
Expand Down

0 comments on commit 1ed6d41

Please sign in to comment.