You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -141,6 +141,7 @@ See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notif
141
141
| <aname="input_sns_topic_name"></a> [sns\_topic\_name](#input\_sns\_topic\_name)| The name of the SNS topic to create |`string`| n/a | yes |
142
142
| <aname="input_sns_topic_tags"></a> [sns\_topic\_tags](#input\_sns\_topic\_tags)| Additional tags for the SNS topic |`map(string)`|`{}`| no |
143
143
| <aname="input_subscription_filter_policy"></a> [subscription\_filter\_policy](#input\_subscription\_filter\_policy)| (Optional) A valid filter policy that will be used in the subscription to filter messages seen by the target resource. |`string`|`null`| no |
144
+
| <aname="input_subscription_filter_policy_scope"></a> [subscription\_filter\_policy\_scope](#input\_subscription\_filter\_policy\_scope)| (Optional) A valid filter policy scope MessageAttributes\|MessageBody |`string`|`null`| no |
144
145
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
0 commit comments