AWS Firewall manager rule implementationAW

Hi all, I am currently working on implementing AWS Firewall Manager. The existing set up has WAF with ACL rules. While looking at converting Terraform based approach to accommodate new Firewall requirements, I could not find any documentation to use statement-based rules. In the tutorial for aws_fms_policy resource, there is only aws_wafregional_rule_group which doesn’t not fit my requirements and resource based search returns only WAF Classic resources. Are there any acl rule resources that allow and_statement and not statement rules?

Code snippet of existing solution: