Terraform for serviceBus

I’m new to terraform, and creating terraform for ServiceBus message.
I have this property value:
dead_lettering_on_message_expiration = true

I’m also looking for something like this (this is not recognize value):
dead_lettering_on_filter_evalution_error = true

I need to enable both Enable on message expiration and enable on filter exception to true.

Can you help me with terraform name for enabling on filter exception?

Thanks in advance for your help,
Annie

Here’s the error message that i’m getting:
Error: Unsupported argument

on main.tf line 60, in resource “azurerm_servicebus_subscription” “azsbsubscription”:
60: dead_lettering_on_filter_exception = true