1 Answer
- Newest
- Most votes
- Most comments
0
If you have the failure event message, then use that to identify which key pair has the resource name and use that key to filter based on the arn
[arn:aws:sagemaker:us-east-1:123456789012:training-job/*mysagemakerpipeline*]
answered 7 months ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
@Landerson - thanks. I'm sending the event notification to a sns topic, not sure where should i put the filter or filtering logic
The filter should be added in the event bridge rule... Let me see if I can find some example snippet