Skip to content

Commit

Permalink
PI-2729
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Jan 17, 2025
1 parent 229b0cc commit 6d47053
Showing 1 changed file with 9 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,15 @@ resource "aws_sns_topic_subscription" "prison-case-notes-to-probation-queue-subs
},
{
eventType = ["person.case-note.created", "person.case-note.updated"],
"$or" : [
{
"type": "PRISON"
"subType": "RELEASE"
},
{
"type": "TRANSFER"
"subType": "FROMTOL"
},
{
"type": "GEN"
"subType": "OSE"
},
{
"type": "ALERT"
},
{
"type": "RESET"
"subType": "BCST"
},
{
"type": "OMIC"
},
{
"type": "OMIC_OPD"
},
{
"type": "KA"
}
type = [
"PRISON",
"TRANSFER",
"GEN",
"ALERT",
"RESET",
"OMIC",
"OMIC_OPD",
"KA"
]
}
]
Expand Down

0 comments on commit 6d47053

Please sign in to comment.