Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
improved parameter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed May 14, 2018
1 parent 55d0416 commit 59df37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Parameters:
- true
- false
TagFiles:
Description: 'Tag S3 object upon successful scan accordingly with values of "clean" or "infected" using key specified by TagKey.'
Description: 'Tag S3 object upon successful scan accordingly with values of "clean" or "infected" (only if DeleteInfectedFiles != false) using key specified by TagKey.'
Type: String
Default: false
AllowedValues:
Expand All @@ -77,7 +77,7 @@ Parameters:
Description: 'Min Size for Auto Scaling'
Type: Number
Default: 1
ConstraintDescription: 'Must be >= 1'
ConstraintDescription: 'Must be >= 0'
MinValue: 0
AutoScalingMaxSize:
Description: 'Max Size for Auto Scaling'
Expand Down

0 comments on commit 59df37f

Please sign in to comment.