Skip to content

Commit

Permalink
Add missing EnableNonSecurity property to SSM Rule (cloudtools#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbarlow authored and Dave Masino committed Oct 17, 2019
1 parent 41998ec commit 3990b6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class Rule(AWSProperty):
props = {
'ApproveAfterDays': (integer, False),
'ComplianceLevel': (compliance_level, False),
'EnableNonSecurity': (boolean, False),
'PatchFilterGroup': (PatchFilterGroup, False),
}

Expand Down

0 comments on commit 3990b6e

Please sign in to comment.