We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, in lakeformation, both AWS::LakeFormation::Permissions.Resource and AWS::LakeFormation::Resource exist.
lakeformation
AWS::LakeFormation::Permissions.Resource
AWS::LakeFormation::Resource
Only class Resource(AWSProperty) is generated.
class Resource(AWSProperty)
Is it possible to output both, and, what is a good way of generating distinct class names?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, in
lakeformation
, bothAWS::LakeFormation::Permissions.Resource
andAWS::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?
The text was updated successfully, but these errors were encountered: