Finding classes

from imports.terraform_aws_modules.vpc.aws import Vpc
from imports.terraform_aws_modules.eks.aws import Eks

When looking at the above imports, I wonder where I can find documentation for all classes I can import. Is this just something that would have to be deduced from the Typescript version?

I believe all modules are generated with only 2 classes. One is named after the module and the other has Options appended to the first. There is also documentation on properties and constructors.