In the context of configuring mTLS above ALBs, I need to automate the configuration with AWS CLI.
I know how to check if a Trust store is associated with an ALB with the describe-trust-store-associations API. But I can't find how to create this association.
I didn't find anything in any API under elbv2.
How can I do that ?