AWS has AWS CDK which allows defining and synthesizing Cloudformation templates in a programming language. Is there any similar SDK solution for ARM templates? I know Azure have built Bicep which is an abstraction of ARM templates, however Bicep doesn't seem to have an SDK.
I'm looking for an officially supported workflow (so no github community contributions).