troposphere
troposphere copied to clipboard
gen.py does not output a Resource when a property of the same name already exists
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?