cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

support for FilterPolicyScope on the sns topic subscription #2115

Closed alapatipavan closed 1 year ago

alapatipavan commented 1 year ago

This is will add the new FilterPolicyScope(string) which can be used on the sns to filter on message_attributes or message_body.

https://docs.aws.amazon.com/sns/latest/dg/sns-message-filtering.html#sns-message-filtering-scope

markpeek commented 1 year ago

Thank you for the PR. This change was incorporated via the spec 104.0.0 update (6cf6ed95).