Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb81e66

Browse files
committed
Add RetentionPeriodHours to Kinesis::Stream
1 parent d583dfb commit bb81e66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

troposphere/kinesis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class Stream(AWSObject):
1212

1313
props = {
1414
'Name': (basestring, False),
15+
'RetentionPeriodHours': (integer, False),
1516
'ShardCount': (integer, False),
1617
'Tags': (list, False),
1718
}

0 commit comments

Comments
 (0)