No, there is no direct integration between Cloudwatch Event Rules and the SSM Parameter Store.
You'll have to build some automation to update the rule yourself. The goto solution for this would be a Lambda function that responds to changes in the parameter value and then updates the rule with the value. To trigger this you should be able to use an advanced parameter and use event bridge to trigger the lambda on parameter value changes.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…