Skip to content

Commit

Permalink
Add support for LogGroupName in Logs::LogGroup (cloudtools#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmcelwee authored and covataamos committed Oct 24, 2016
1 parent 8aab318 commit b0fc730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class LogGroup(AWSObject):
resource_type = "AWS::Logs::LogGroup"

props = {
'LogGroupName': (basestring, False),
'RetentionInDays': (positive_integer, False),
}

Expand Down

0 comments on commit b0fc730

Please sign in to comment.