Skip to content

Commit

Permalink
Add FilterCriteria to Serverless KinesisEvent (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
InQuirer authored Apr 24, 2024
1 parent 68f19e7 commit cf37e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class KinesisEvent(AWSObject):
"BisectBatchOnFunctionError": (bool, False),
"DestinationConfig": (DestinationConfig, False),
"Enabled": (bool, False),
"FilterCriteria": (FilterCriteria, False),
"MaximumBatchingWindowInSeconds": (positive_integer, False),
"MaximumRecordAgeInSeconds": (integer_range(60, 604800), False),
"MaximumRetryAttempts": (positive_integer, False),
Expand Down

0 comments on commit cf37e7d

Please sign in to comment.