aws-cloudformation-user-guide icon indicating copy to clipboard operation
aws-cloudformation-user-guide copied to clipboard

Fix/maintenance window task regex

Open GlennChia opened this issue 3 years ago • 0 comments

Issue #, if available:

Description of changes:

  • Fix Regex Patterns for MaxConcurrency and MaxErrors to correctly reflect what is allowed on the console.
  • MaxConcurrency
    1. Allows a Percentage from 1 to 100%
    2. Minimum Value: 1
    3. Maximum Value: 7
  • MaxErrors
    1. Allows a Percentage from 0 to 100%
    2. Minimum Value: 0
    3. 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.

GlennChia avatar Apr 19 '22 03:04 GlennChia