Got this pattern in my rule. Matches nothing when I trigger a test call.
{
"detail-type": ["Conversation Created"],
"detail": {
"type": ["voice"]
}
}
Docs say Conversation Created is valid. Tried Conversation Start too. Still zero matches in CloudWatch logs. What am I missing here?