aws-cloudformation-user-guide
aws-cloudformation-user-guide copied to clipboard
Fix/maintenance window task regex
Issue #, if available:
Description of changes:
- Fix Regex Patterns for
MaxConcurrencyandMaxErrorsto correctly reflect what is allowed on the console. MaxConcurrency- Allows a Percentage from 1 to 100%
- Minimum Value: 1
- Maximum Value: 7
MaxErrors- Allows a Percentage from 0 to 100%
- Minimum Value: 0
- Maximum Value: 7
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.