Better way to patch resources at the CloudFormation level to workaround gaps (escape hatch) · Issue #606 · aws/aws-cdk
Currently, the only way to workaround gaps in the AWS Construct Library is to overload toCloudFormation at the Stack level and patch the synthesized output: class MyStack extends cdk.Stack { // ......