Skip to content

Commit

Permalink
add AllowedPattern limit to stateMachineNamePrefix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
TonySherman committed Jan 9, 2024
1 parent af97380 commit 91b7dd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ Parameters:
stateMachineNamePrefix:
Type: String
MaxLength: 44
Default: "powerTuningStateMachine"
AllowedPattern: ^[a-zA-Z0-9]*$
ConstraintDescription: Prefix must conform to StateMachineName requirements.
Default: 'powerTuningStateMachine'
Description: Prefix to the name of the StateMachine. The StackId will be appended to this value (optional).

Conditions:
Expand Down

0 comments on commit 91b7dd5

Please sign in to comment.