pulumi-aws
pulumi-aws copied to clipboard
Re-enable aws quicksight template.definition property
When introduced it created type names which were too long for the dotnet SDK to render.
Excluded when introduced:
- https://github.com/pulumi/pulumi-aws/pull/2521
Blocked by:
- https://github.com/pulumi/pulumi-terraform-bridge/issues/1118
In addition to this noting that re-enabling quick sight will cause a lot of similar-looking types being generated increasing the SDK sizes dramatically even if the type names are shorter. Some compression scheme similar to replaceWafV2TypesWithRecursive but perhaps simpler because these types do not have refs to imitate recursion would need to be applied to not take that hit.