Skip to content

Commit

Permalink
Add Tags prop to Kinesis::Stream (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyctang authored and markpeek committed Sep 9, 2016
1 parent e72e635 commit 8ce772e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/kinesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ class Stream(AWSObject):
props = {
'Name': (basestring, False),
'ShardCount': (integer, False),
'Tags': (list, False),
}

0 comments on commit 8ce772e

Please sign in to comment.