How to enable slow log of AWS ElastiCache

Hey there,

Can I enable slow log of AWS ElastiCache with Teraform?
Checked below official page, but the parameter didn’t exist.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster

I want to enable the following logging with terraform.

I don’t know the answer but, this is how I usually figure out if Terraform is aware of a change or not.

Make sure you’re caught up, then make the change manually in AWS, import the entity back into your state file and compare, you’ll see if something changed from code vs. reality. That’ll show you what key and value you need to get the desired effect.