troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

gen.py does not output a Resource when a property of the same name already exists

Open mparaz opened this issue 4 years ago • 0 comments

For example, in lakeformation, both AWS::LakeFormation::Permissions.Resource and AWS::LakeFormation::Resource exist.

Only class Resource(AWSProperty) is generated.

Is it possible to output both, and, what is a good way of generating distinct class names?

mparaz avatar Jul 23 '20 13:07 mparaz