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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
we face an issue trying to filter SNS-Topics. When I look at the code of the SNSTopic resource it expects an ID. This ID will be set as the TopicARN so I assume passing the ARN of the SNS-Topic should be the way to go.
Unfortunately it is not working. The resource is still flagged as "would be removed".
Any idea what could be the issue or does someone has a working example how to filter SNS-Topics?
Regards
The text was updated successfully, but these errors were encountered:
Sorry for the late response. SNS-Topics are a bit tricky, because it has an inconvenient naming pattern for its ID. All IDs are actually prefixed with TopicARN: , so you have to add this to your IDs.
This is unfortunate, but we cannot change this without breaking other peoples config.
Hi,
we face an issue trying to filter SNS-Topics. When I look at the code of the SNSTopic resource it expects an ID. This ID will be set as the TopicARN so I assume passing the ARN of the SNS-Topic should be the way to go.
Unfortunately it is not working. The resource is still flagged as "would be removed".
Any idea what could be the issue or does someone has a working example how to filter SNS-Topics?
Regards
The text was updated successfully, but these errors were encountered: