pulumi-aws-native
pulumi-aws-native copied to clipboard
Ability to manually configure `IrreversibleNames`
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
There are a lot of utilities for converting names between the CFN name and the pulumi name, but sometimes we get it wrong because a property doesn't match the convention. For these cases we should have a utility for manually specifying what the CFN name is. We currently have IrreversibleNames
so we should probably have a way of manually specifying that.
Affected area/feature
re #581